Originally posted by Paridhi Gupta:
..Recently the application unexpectedly crashes with no particular and helpful logs generated. I want to know if it is possible for me to increase the logging that is currently happening??
Everything has got its own deadline including one's EGO!
[CodeBarn] [Java Concepts-easily] [Corey's articles] [SCJP-SUN] [Servlet Examples] [Java Beginners FAQ] [Sun-Java Tutorials] [Java Coding Guidelines]
Originally posted by Raghavan Muthu:
First check whether the application does have some logging already in place. Being in production it is expected to have a logging. In such case, try to fine tune the level of logging. Say in case of the levels being set to 'error' or 'warn', you can set it to 'debug' and restart the server/application so as to have the change the applicable.
Originally posted by Paridhi Gupta:
there is one problem that I am having. Since the application that is running
on Tomcat is Documentum, it itself has a number of logging files.
Can you tell me if the tomcat log properties file will be in which folder path?
I already have the stderr log file being formed, but the logging is not sufficient and I want to increase it.
Can you please guide me further on this?
Everything has got its own deadline including one's EGO!
[CodeBarn] [Java Concepts-easily] [Corey's articles] [SCJP-SUN] [Servlet Examples] [Java Beginners FAQ] [Sun-Java Tutorials] [Java Coding Guidelines]
Originally posted by Raghavan Muthu:
It looks like you are willing to know about your *application* logging and NOT the tomcat's logging. Do you have access to source code? If so, try looking at the log/debug statements and how they are carried out. I am sure they might not have been with plain SOPs.
Anyways, did you try searching for some .properties file?
Originally posted by Paridhi Gupta:
oh..ok! that was quite ignorant of me. So this means that stderr logs are application related logs and there are other tomcat logs
Now I did try and search for all properties files which had "log" in its name, the search resulted in no. of files most of which were located in the application related folder under webapps.
That is why I asked if any idea where these tomcat logs path maybe??
My problem is that the tomcat of my PROD application sometimes just crashes unexpectedly, so I suppose only tomcat logs will help right?!!?? Whatever logging is happening in stderr anyways isnt much helpful. Can i somehow increase that also?
Everything has got its own deadline including one's EGO!
[CodeBarn] [Java Concepts-easily] [Corey's articles] [SCJP-SUN] [Servlet Examples] [Java Beginners FAQ] [Sun-Java Tutorials] [Java Coding Guidelines]
When evil is afoot and you don't have any arms you gotta be hip and do the legwork, but always kick some ... tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
|