mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-01 18:18:31 +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
|
@ -51,8 +51,8 @@ def _init_application(config_path, wsgi_errors):
|
|||
config.DEFAULT_CONFIG_PATH,
|
||||
config_path))
|
||||
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()
|
||||
_application = Application(configuration)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue