Custom Logging for com.adventnet.servicedesk.setup package
Add these to conf/logging.properties:
- Append this to the first line (to handlers):
- , 13setup.com.adventnet.mfw.logging.AsyncExtendedJDKFileHandler
- 13setup.com.adventnet.mfw.logging.AsyncExtendedJDKFileHandler.level = ALL
- 13setup.com.adventnet.mfw.logging.AsyncExtendedJDKFileHandler.formatter = com.adventnet.mfw.logging.DefaultFormatter
- 13setup.com.adventnet.mfw.logging.AsyncExtendedJDKFileHandler.limit = 10000000
- 13setup.com.adventnet.mfw.logging.AsyncExtendedJDKFileHandler.count = 10
- 13setup.com.adventnet.mfw.logging.AsyncExtendedJDKFileHandler.pattern = ../logs/sdp-setup-log-%g.log
- 13setup.com.adventnet.mfw.logging.AsyncExtendedJDKFileHandler.append = true
- com.adventnet.servicedesk.setup.level = ALL
- com.adventnet.servicedesk.setup.handlers = 13setup.com.adventnet.mfw.logging.AsyncExtendedJDKFileHandler
New to ADSelfService Plus?
Related Articles
How to setup Python on the Server
This article explains how to set up the ServiceDesk plus server to run python scripts. 1. The first step is to install python on the application server and you can download it from here. Any version above 3.4.1 should work fine. Start the setup and ...
How to setup Python on the Server
This article explains how to set up the ServiceDesk Plus MSP server to run python scripts. 1. The first step is to install python on the application server and you can download it from here. Any version above 3.4.1 should work fine. Start the setup ...
How to setup Python on the Server
This article explains how to set up the ServiceDesk plus server to run python scripts. 1. The first step is to install python on the application server and you can download it from here . Any version above 3.4.1 should work fine. Once you've ...
com.adventnet.mfw.ServerFailureException that can be resolved with initPgsql script with administrator privileges
During startup or upgrade, in some of the environments, users are facing the postgresql startup failure issue with the below trace. Dec 21, 2023 2:49:46 PM [com.adventnet.persistence.PersistenceInitializer] [SEVERE] : Please login to the system as ...
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 ...