mirror of
https://github.com/Kozea/Radicale.git
synced 2025-09-15 20:36:55 +00:00
Rename Configuration.inspect to log_config_sources
The old name was misleading.
This commit is contained in:
parent
b962bed9d1
commit
a7f4ffa7d4
3 changed files with 5 additions and 5 deletions
|
@ -119,8 +119,8 @@ def run():
|
|||
# Configure logging
|
||||
log.set_level(configuration.get("logging", "level"))
|
||||
|
||||
# Inspect configuration after logger is configured
|
||||
configuration.inspect()
|
||||
# Log configuration after logger is configured
|
||||
configuration.log_config_sources()
|
||||
|
||||
if args.verify_storage:
|
||||
logger.info("Verifying storage")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue