show trace status on startup
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user