Skip to content

Commit

Permalink
do not log for this case
Browse files Browse the repository at this point in the history
  • Loading branch information
jay-johnson committed May 19, 2018
1 parent 23a8670 commit cf81894
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions network_pipeline/log/setup_logging.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,10 +136,11 @@ def build_colorized_logger(
"SHARED_LOG_CFG={}".format(
override_config)))
else:
print((
"Not using shared logging env var: "
"SHARED_LOG_CFG={}".format(
override_config)))
if debug_log_config:
print((
"Not using shared logging env var: "
"SHARED_LOG_CFG={}".format(
override_config)))
# allow a shared log config across all components

use_config = ("{}").format(
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def networkpipeline_test_suite():
setup(
name="network-pipeline",
cmdclass={"build_py": build_py},
version="1.0.17",
version="1.0.18",
description="Distributed Network Packet Analysis Pipeline " +
"for Layer 2, 3 and 4 Frames",
long_description="" +
Expand Down

0 comments on commit cf81894

Please sign in to comment.