We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6886ba1 commit 42fe69aCopy full SHA for 42fe69a
user_sync/app.py
@@ -309,7 +309,7 @@ def init_log(logging_config):
309
:type logging_config: user_sync.config.DictConfig
310
"""
311
builder = user_sync.config.OptionsBuilder(logging_config)
312
- builder.set_bool_value('log_to_file//', False)
+ builder.set_bool_value('log_to_file', False)
313
builder.set_string_value('file_log_directory', 'logs')
314
builder.set_string_value('file_log_name_format', '{:%Y-%m-%d}.log')
315
builder.set_string_value('file_log_level', 'info')
0 commit comments