mirror of
https://github.com/Kozea/Radicale.git
synced 2025-09-15 20:36:55 +00:00
display user/group radicale is starting with
This commit is contained in:
parent
704ff23ddf
commit
9c50f154fd
1 changed files with 1 additions and 1 deletions
|
@ -297,7 +297,7 @@ def serve(configuration: config.Configuration,
|
|||
info = "with PYTHONPATH=%r " % os.environ.get("PYTHONPATH")
|
||||
else:
|
||||
info = ""
|
||||
logger.info("Starting Radicale %s(%s)", info, utils.packages_version())
|
||||
logger.info("Starting Radicale %s(%s) as %s", info, utils.packages_version(), utils.user_groups_as_string())
|
||||
# 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