Situation:
There are system logs going in database/log files under INFO category for SSH connectivity but those are really DEBUG logs. Because of this reason, log database size is growing in GBs in few days.
Solution:
Add below property in the server-configure.properties file under Logging Level tab. Adding this will restrict the J2SSH logs on the WARN level:
<Property comment="SSH Logging Level" dynamic="no" hide="true" name="log4j.logger.com.sshtools.j2ssh">WARN</Property>
Restart Adeptia Services after changing the server-configure.properties.
Comments
0 comments
Article is closed for comments.