We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
/usr/local/tomcat/logs
catalina.2019-11-29.log localhost_access_log.2020-01-10.txt localhost_access_log.2020-04-17.txt localhost_access_log.2020-07-20.txt localhost_access_log.2020-10-22.txt catalina.2020-03-16.log localhost_access_log.2020-01-11.txt localhost_access_log.2020-04-18.txt
....
localhost_access_log.2020-01-07.txt localhost_access_log.2020-04-14.txt localhost_access_log.2020-07-17.txt localhost_access_log.2020-10-19.txt manager.2021-01-26.log localhost_access_log.2020-01-08.txt localhost_access_log.2020-04-15.txt localhost_access_log.2020-07-18.txt localhost_access_log.2020-10-20.txt localhost_access_log.2020-01-09.txt localhost_access_log.2020-04-16.txt localhost_access_log.2020-07-19.txt localhost_access_log.2020-10-21.txt
ls | wc -l 468
The text was updated successfully, but these errors were encountered:
possible fix: https://stackoverflow.com/questions/34648592/how-to-stop-application-logs-from-logging-into-catalina-out-in-tomcat
Sorry, something went wrong.
Hum, this fix is very restrictive, sometimes faults can be determined by reading those logs
Can we do : Edit "$CATALINA_BASE"/bin/catalina.sh file Find CATALINA_OUT="$CATALINA_BASE"/dev/stdout' Replace with new path. ?
I need to test this. I'll tell you
No branches or pull requests
/usr/local/tomcat/logs
catalina.2019-11-29.log localhost_access_log.2020-01-10.txt localhost_access_log.2020-04-17.txt localhost_access_log.2020-07-20.txt localhost_access_log.2020-10-22.txt
catalina.2020-03-16.log localhost_access_log.2020-01-11.txt localhost_access_log.2020-04-18.txt
....
localhost_access_log.2020-01-07.txt localhost_access_log.2020-04-14.txt localhost_access_log.2020-07-17.txt localhost_access_log.2020-10-19.txt manager.2021-01-26.log
localhost_access_log.2020-01-08.txt localhost_access_log.2020-04-15.txt localhost_access_log.2020-07-18.txt localhost_access_log.2020-10-20.txt
localhost_access_log.2020-01-09.txt localhost_access_log.2020-04-16.txt localhost_access_log.2020-07-19.txt localhost_access_log.2020-10-21.txt
ls | wc -l
468
The text was updated successfully, but these errors were encountered: