mirror of
https://github.com/Kozea/Radicale.git
synced 2025-09-15 20:36:55 +00:00
Refactor: Remove method Configuration.log_config_sources
This commit is contained in:
parent
11ea3cc7a4
commit
a872b633fb
3 changed files with 11 additions and 18 deletions
|
@ -120,7 +120,8 @@ def run():
|
|||
log.set_level(configuration.get("logging", "level"))
|
||||
|
||||
# Log configuration after logger is configured
|
||||
configuration.log_config_sources()
|
||||
for source, miss in configuration.sources():
|
||||
logger.info("%s %s", "Skipped missing" if miss else "Loaded", source)
|
||||
|
||||
if args.verify_storage:
|
||||
logger.info("Verifying storage")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue