Hide ApiWorker Information in DebugLog

Hello,
the Read/Write-Rest-API-Component prints a lot of information in the console, even though “Debug-Mode” is disabled. This makes it very messy and hard to track what’s going on with the other components. Is there a way to hide that information?

Thanks in advance and regards
Alex

Here are some example Console prints:
2024-04-17T10:32:48,049 [98-30546] INFO [edge.core.user.UserServiceImpl] Authentication successful with password only for user [Admin].
2024-04-17T10:32:48,054 [98-30525] INFO [edge.core.user.UserServiceImpl] Authentication successful with password only for user [Admin].
2024-04-17T10:32:48,207 [_cycle ] INFO [ontroller.api.common.ApiWorker] [ctrlApiRest0] Set Channel [ctrlIoRemoteDisplay0/Heartbeat] to Value [2043]
2024-04-17T10:32:48,458 [_cycle ] INFO [ontroller.api.common.ApiWorker] [ctrlApiRest0] Set Channel [ctrlIoRemoteDisplay0/Heartbeat] to Value [2043]
2024-04-17T10:32:48,721 [_cycle ] INFO [ontroller.api.common.ApiWorker] [ctrlApiRest0] Set Channel [ctrlIoRemoteDisplay0/Heartbeat] to Value [2043]
2024-04-17T10:32:48,986 [_cycle ] INFO [ontroller.api.common.ApiWorker] [ctrlApiRest0] Set Channel [ctrlIoRemoteDisplay0/Heartbeat] to Value [2043]
2024-04-17T10:32:49,248 [_cycle ] INFO [ontroller.api.common.ApiWorker] [ctrlApiRest0] Set Channel [ctrlIoRemoteDisplay0/Heartbeat] to Value [2043]
2024-04-17T10:32:49,512 [_cycle ] INFO [ontroller.api.common.ApiWorker] [ctrlApiRest0] Set Channel [ctrlIoRemoteDisplay0/Heartbeat] to Value [2043]
2024-04-17T10:32:49,777 [_cycle ] INFO [ontroller.api.common.ApiWorker] [ctrlApiRest0] Set Channel [ctrlIoRemoteDisplay0/Heartbeat] to Value [2043]

Happens here:

Just delete the log ? :smiley:

Hi Sn0w3y,

thanks, that already reduced the “Set Channel …” - Lines.

Do you also know, where “Authentication successful with password only for user [Admin]” is printed?

Regards
Alex

Ah thanks a lot! Thanks for the help!

1 Like

Please mark the Solution as solved then :slight_smile: