|
How to disable application level logs in Unix?
Hi,
I'm working in an application and the related Java code and the envrionment is in Unix server. We are generating the log messages using loggers of Java.util.log . But, the logs are not getting generated in the log files.
We feel that the people who developed the system might have done some settings to disable the application level logs.
So, our question is
Is there a way in Unix to enable the application level logs?
Thanks in Advance for your valuable suggestions.
Best Regards,
El
Last edited by kelangovan; 08-05-2008 at 10:28 AM..
|