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
Increase/decrease Log Count
It is possible to increase/decrease the log files count, however increasing the files will have an impact on the performance of the application. Also it is not recommended to increase the count more than 30. The serverout count can be decreased in ...
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 ...
Change template count
SELECT ct.NAME "Template", Count(chdt.changeid) "count" FROM changedetails chdt LEFT JOIN changetemplate ct ON chdt.templateid=ct.templateid WHERE chdt.createdtime >= <from_lastmonth> ...