Skip to content

Commit

Permalink
removed unnecessary add to stdout (already standard)
Browse files Browse the repository at this point in the history
  • Loading branch information
XaverStiensmeier committed Sep 21, 2023
1 parent 26e48c5 commit 1d5858d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bibigrid/core/startup.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def main():
:return:
"""
logging.basicConfig(format=LOGGER_FORMAT)
LOG.addHandler(logging.StreamHandler()) # stdout
# LOG.addHandler(logging.StreamHandler()) # stdout
LOG.addHandler(logging.FileHandler("bibigrid.log")) # file
args = command_line_interpreter.interpret_command_line()
set_logger_verbosity(args.verbose)
Expand Down

0 comments on commit 1d5858d

Please sign in to comment.