Skip to content

Commit

Permalink
Update aiida/common/log.py
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell authored Aug 11, 2021
1 parent e3b3861 commit fce7f62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aiida/common/log.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ def configure_logging(with_orm=False, daemon=False, daemon_log_file=None):
from aiida.manage.configuration import get_config_option

# Evaluate the `LOGGING` configuration to resolve the lambdas that will retrieve the correct values based on the
# currently configured profile. Pass a deep copy of `LOGGING` to ensure that the original remains unaltered.
# currently configured profile.
config = evaluate_logging_configuration(get_logging_config())
daemon_handler_name = 'daemon_log_file'

Expand Down

0 comments on commit fce7f62

Please sign in to comment.