mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-04 21:57:43 +03:00
Improve: log important module versions on startup
This commit is contained in:
parent
3983b5c887
commit
119cefce34
3 changed files with 8 additions and 1 deletions
|
@ -301,7 +301,7 @@ def serve(configuration: config.Configuration,
|
|||
|
||||
"""
|
||||
|
||||
logger.info("Starting Radicale")
|
||||
logger.info("Starting Radicale (%s)", utils.packages_version())
|
||||
# Copy configuration before modifying
|
||||
configuration = configuration.copy()
|
||||
configuration.update({"server": {"_internal_server": "True"}}, "server",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue