Skip to content

Commit

Permalink
change to always log to console
Browse files Browse the repository at this point in the history
  • Loading branch information
jgstew committed Jun 21, 2024
1 parent f6552ea commit 1911b92
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions examples/setup_server_plugin_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,8 @@ def main():
)
]

# log output to console if arg provided:
if verbose:
handlers.append(logging.StreamHandler())
# log output to console:
handlers.append(logging.StreamHandler())

# setup logging:
logging.basicConfig(
Expand Down

0 comments on commit 1911b92

Please sign in to comment.