Actions
Task #12990
closed
Thredds: the threddsServlet*.log files are never removed.
Status:
Closed
Priority:
Normal
Assignee:
_InfraScience Systems Engineer
Category:
System Application
Target version:
Start date:
Dec 05, 2018
Due date:
% Done:
100%
Estimated time:
Infrastructure:
Development, Pre-Production, Production
Description
Also, it puts the logs into the data directory. Better move them into the tomcat logs one.
Updated by Andrea Dell'Amico almost 7 years ago
thredds uses log4j, the configuration is WEB-INF/classes/log4j2.xml
and the threddsServlet
part misses a DefaultRolloverStrategy
entry.
The file must become a template, and installed overwriting the original.
Updated by Andrea Dell'Amico almost 7 years ago
- Status changed from New to In Progress
Updated by Andrea Dell'Amico almost 7 years ago
- Status changed from In Progress to Closed
- % Done changed from 0 to 100
Done on all the instances. The log files are now located into /home/gcube/tomcat/logs/thredds/
Actions