RoboServer Wrapper Logs do not Roll by Size (v10.7)
Issue
RoboServer Wrapper logs do not roll when reaching the max size specified in the RoboServer Configuration file
wrapper.logfile=C:\logs\WrapperDebug_RoboServer_ROLLNUM.log
wrapper.logfile.rollmode=SIZE_OR_WRAPPER
wrapper.logfile.maxsize=50m
wrapper.logfile.maxfiles=10
Solution
There's a bug in wrapper version being used for RPA 10.7.
We have an alternative solution that will make the log roll once a day at 00.00, so that the size won't grow a lot.
1. Open RoboServer.conf file
2. Change the settings to
wrapper.logfile=C:\logs\WrapperDebug_RoboServer__YYYYMMDD.log
wrapper.logfile.rollmode=DATE
For Linux ->
wrapper.logfile=/u/app/.Kofax RPA/10.7.0.2_205/Logs/WrapperDebug_RoboServer_YYYYMMDD.log
wrapper.logfile.rollmode=DATE
3. Save and restart the services
Please note that in version 11> it's solved as the wrapper version used doesn't have such issue.
Level of Complexity
Moderate
Applies to
Product | Version | Build | Environment | Hardware |
---|---|---|---|---|
Kofax RPA | 10.7 |
References
Add any references to other internal or external articles