mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-04 18:22:26 +00:00
show trace status on startup
This commit is contained in:
parent
ef1c2b835f
commit
d5b589a572
1 changed files with 2 additions and 0 deletions
|
@ -340,6 +340,8 @@ def serve(configuration: config.Configuration,
|
||||||
select_timeout = 1.0
|
select_timeout = 1.0
|
||||||
max_connections: int = configuration.get("server", "max_connections")
|
max_connections: int = configuration.get("server", "max_connections")
|
||||||
logger.info("Radicale server ready")
|
logger.info("Radicale server ready")
|
||||||
|
logger.debug("TRACE: Radicale server ready ('logging/trace_on_debug' is active)")
|
||||||
|
logger.debug("TRACE/SERVER: Radicale server ready ('logging/trace_on_debug' is active - either with 'SERVER' or empty filter)")
|
||||||
while True:
|
while True:
|
||||||
rlist: List[socket.socket] = []
|
rlist: List[socket.socket] = []
|
||||||
# Wait for finished clients
|
# Wait for finished clients
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue