Skip to content

Commit

Permalink
Test log_type 0
Browse files Browse the repository at this point in the history
  • Loading branch information
tammy-baylis-swi committed Nov 30, 2023
1 parent 44311b3 commit 8c535e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions solarwinds_apm/configurator.py
Original file line number Diff line number Diff line change
Expand Up @@ -411,6 +411,7 @@ def _initialize_solarwinds_reporter(
"grpc_proxy": apm_config.get("proxy"),
"stdout_clear_nonblocking": 0,
"metric_format": apm_config.metric_format,
"log_type": 0,
}

return apm_config.extension.Reporter(**reporter_kwargs)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,6 @@ def test_configurator_initialize_sw_reporter(
"grpc_proxy": "foo",
"stdout_clear_nonblocking": 0,
"metric_format": "bar",
"log_type": 0,
}
)

0 comments on commit 8c535e7

Please sign in to comment.