Increase serverout log creation count to avoid log overwrite
The logs get over-written depending upon the app usage. If you want to increase the number of files created for serverout logs, you may edit the logging.xml file (ManageEngine\SupportCenter\server\default\conf) and make the change like explained below.
<FileHandler append="true" archivedirectory="log/archive" filecount="10" filepattern="serverout%g.txt" archivestatus="false" logdirectory="log" maxlimit="10000000"/>
By default, the filecount is 10, you may increase the count so that, the specified number of files will be created as serverout logs, by this you may avoid the logs by getting overwritten.
PS : Take a copy of the file before making any change.
New to ADSelfService Plus?
Related Articles
How to increase the log file count in Version 11.0?
1.Go to ManageEngine\SupportCenterPlus\conf. 2.Edit the logging.properties file and add the file count to be 30 or 40 (depending on how many files you want) in the location where the pattern = ../logs/serverout%g.txt. 3.Save the file and restart the ...
Transaction log full
Logs: Depends On Me: com.adventnet.persistence.DataAccessException: [TierComponent] The transaction log for database 'supportcenter' is full. To find out why space in the log cannot be reused, see the log_reuse_wait_desc column in sys.databases ...
Steps to increase fetching mail count
Connect to the database : Execute the below query select * from scpglobalconfig where category='MailFetching' and parameter='ProcessMails'; if there is no row available then execute below query alone. insert into scpglobalconfig ...
No ManagedConnections - Steps to increase pool size
From the logs we were able to identify the error trace as [org.apache.catalina.authenticator.NMSFormAuthenticator]|[WARNING]|[68]|: Unexpected error while forwarding to login page : {0}|javax.servlet.ServletException: ...
How to take console log ?
This article is common for Servicedesk plus MSP and Supportcenter plus applications. To troubleshoot certain UI issues , JS errors , we need console log (output) from the browser. Steps to follow : 1. Login to the application. 2. Right click on the ...