On 24/05/2022 10:19, Pontus Ågren wrote:
Hi

Since installing Tomcat 9.0.63 (as a service on Windows Server 2019) 
commons-daemon.log is filling up with this...

[2022-05-24 09:19:27] [info]  [ 6772] Service SERVICE_CONTROL_INTERROGATE 
signalled.
[2022-05-24 09:19:27] [info]  [ 6772] Service SERVICE_CONTROL_INTERROGATE 
signalled.
[2022-05-24 09:20:27] [info]  [ 6772] Service SERVICE_CONTROL_INTERROGATE 
signalled.
[2022-05-24 09:20:27] [info]  [ 6772] Service SERVICE_CONTROL_INTERROGATE 
signalled.
[2022-05-24 09:21:27] [info]  [ 6772] Service SERVICE_CONTROL_INTERROGATE 
signalled.
[2022-05-24 09:21:27] [info]  [ 6772] Service SERVICE_CONTROL_INTERROGATE 
signalled.
[2022-05-24 09:22:27] [info]  [ 6772] Service SERVICE_CONTROL_INTERROGATE 
signalled.
[2022-05-24 09:22:28] [info]  [ 6772] Service SERVICE_CONTROL_INTERROGATE 
signalled.
[2022-05-24 09:23:28] [info]  [ 6772] Service SERVICE_CONTROL_INTERROGATE 
signalled.
[2022-05-24 09:23:28] [info]  [ 6772] Service SERVICE_CONTROL_INTERROGATE 
signalled.
[2022-05-24 09:24:15] [info]  [ 6772] Service SERVICE_CONTROL_INTERROGATE 
signalled.
[2022-05-24 09:24:28] [info]  [ 6772] Service SERVICE_CONTROL_INTERROGATE 
signalled.
[2022-05-24 09:24:28] [info]  [ 6772] Service SERVICE_CONTROL_INTERROGATE 
signalled.

The pattern is two lines at the same time every minute and one line every five 
minutes (09:24:15). Nothing in the Windows logs.

Everything is running as expected so no worries. I'm just wondering if this is 
something that needs looking into? Googling doesn't give anything useful.

Nothing to worry about. Just some new logging that should probably be logging at debug level. I reviewed the associated PR but didn't realize the code was called every minute.

Having just looked at the relevant part of the source code and given the TRACE level call just below, that logging looks to be unnecessary. I'll remove it.

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to