mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-06-18 17:29:15 -04:00
Use direct references for configuration variables (part 5). (#10897)
This commit is contained in:
parent
85551b7a85
commit
bb7fdd821b
48 changed files with 128 additions and 113 deletions
|
@ -322,7 +322,9 @@ def setup_logging(
|
|||
|
||||
"""
|
||||
log_config_path = (
|
||||
config.worker_log_config if use_worker_options else config.logging.log_config
|
||||
config.worker.worker_log_config
|
||||
if use_worker_options
|
||||
else config.logging.log_config
|
||||
)
|
||||
|
||||
# Perform one-time logging configuration.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue