Discussion
2
Replies
3334
Views
Posted: October 2, 2015
Last activity: March 4, 2016
Closed
Implementing changes to prlogging.xml without restarting
If you want to change logging specifics, such as how frequently to roll the logs, logfile names, log levels, etc, you can do this without restarting the server. Follow these steps:
- Make changes to prlogging.xml (save file)
- Upload file to server
- Run activity Code- • RefreshLogConfiguration
- Changes will take effect immediately
Hi,
I have a custom appender and is defined in the log4j.xml file. Could you please let me know how to invoke my own custom appender defined in the log4j.xml from Pega ?