]> git.tuebingen.mpg.de Git - paraslash.git/commit
server: Loglevel adjustments for shutdown path.
authorAndre Noll <maan@tuebingen.mpg.de>
Thu, 21 Oct 2021 19:48:24 +0000 (21:48 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Sat, 12 Mar 2022 01:06:23 +0000 (02:06 +0100)
commit3ed650b6ce773a8ed341c4edf9b81888e76b546c
tree28e8ee776f589c149b9e8e578cea174b2d7946a4
parent2bad70d84e763b4d866d7b97dbc1cdc8e030bd45
server: Loglevel adjustments for shutdown path.

The log output of the server is rather verbose with respect to
shutdown messages. These not only occur when the server exits but
also in command handler context each time a command is executed.

This patch quietens these messages in two ways. For some messages we
simply reduce the log level. For others we print the message only in
server context, i.e. when process_is_command_handler() returns false.
acl.c
send_common.c
udp_send.c
vss.c