How to disable application level logs in Unix?


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users How to disable application level logs in Unix?
# 1  
Old 08-05-2008
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..
# 2  
Old 08-05-2008
Quote:
But, the logs are not getting generated in the log files.
\
this is confusing statement? What you want to do, enable or disable logs ?

Refer syslog.conf for more information.

- nilesh
# 3  
Old 08-05-2008
Thanks Nilesh...........

Actually I want to enable the application level logs... Changed my post...

I verified my syslog.conf... But I haven't got any info to from this...
# 4  
Old 08-05-2008
nvm, can be deleted, sorry.
# 5  
Old 08-05-2008
well, its a java thingy
i think, and please remember that i said "think"
that you can use a file called "log4j.properties" or similar to enable java loging, without doing something in the java code
im pretty sure about the log4j, what im not sure is the "whitout changing the java app" part
# 6  
Old 08-06-2008
Hello kelangovan,
See if this links can help you.
Syslog

- nilesh
# 7  
Old 08-06-2008
Quote:
Originally Posted by ynilesh
Hello kelangovan,
See if this links can help you.
Syslog

- nilesh
is a custo java app using a jva class to log.
that things go into syslog?
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

Disable async IO at OS level

Hi , User claims that report refresh is taking longer time than usual time and asking us to disable async IO at OS level. 1 DB is running in this server This is prod server OS -- AIX My question is would there be an impact to database and server if we disable async IO in OS? is this... (4 Replies)
Discussion started by: Maddy123
4 Replies

2. Shell Programming and Scripting

How to disable cron emails, but only for logrotate only not for other logs?

Guys, is there a script or command? how to disable cron emails, but only for logrotate only not for other logs (3 Replies)
Discussion started by: kenshinhimura
3 Replies

3. Red Hat

SSL certificate generation on OS level or application level

We have a RHEL 5.8 server at the production level and we have a Java application on this server. I know of the SSL certificate generation at the OS (RHEL) level but it is implemented on the Java application by our development team using the Java keytool. My doubt is that is the SSL generation can... (3 Replies)
Discussion started by: RHCE
3 Replies

4. Shell Programming and Scripting

Help with extract application logs through shell script in performance testing

Hi Experts, I am new to shell.How to extract logs (Web,APP,Database) using shell in performance testing? Need for webserver logs,app server logs and d/b logs code. Thanks in advance Sree (3 Replies)
Discussion started by: sree vasu
3 Replies

5. UNIX for Dummies Questions & Answers

Forming a query in unix level

Hi, I will execute a query in sqlplus and redirect to a file. The file will contains the date value such as 2011-04-12 02:00:00. i want to make the content of the file such as, select * from table where col1>to_date('2011-04-12 02:00:00','yyyy-mm-dd HH24:MI:SS'). Apar from the bold... (1 Reply)
Discussion started by: pandeesh
1 Replies

6. UNIX for Advanced & Expert Users

OS level setting parameter for Application Hanging

Hi We are facing Application hanging issue from users who log in to applications from the server. But through other server , all the transactions are working fine. Now how can i can compare the OS level parameter setting on both servers. Or please suggest me your ideas to debug thes... (1 Reply)
Discussion started by: susa_dgl
1 Replies

7. Solaris

Disable all the logs in Solaris

Hi Is there anyway to disable all logs/logging (lastlog, sulog, messages etc.) in Solaris 9&10? I know this is not recommended but i just want to know if this is possible. TIA Reddy (8 Replies)
Discussion started by: reddyr
8 Replies

8. Solaris

Difference between run level & init level

what are the major Difference Between run level & init level (2 Replies)
Discussion started by: rajaramrnb
2 Replies

9. UNIX for Dummies Questions & Answers

How to determine the level of OS in HP-UNIX

How can you determine the level ot the operating system on an HP UNIX System? (2 Replies)
Discussion started by: aschmid
2 Replies

10. Shell Programming and Scripting

How to allow unix regular user to disable a unix printer

HI, I'm trying to create a script that a regular unix user can run from a unix menu and disable and enable a unix printer. Any help will be very helpful. Thanks (0 Replies)
Discussion started by: miguelpza
0 Replies
Login or Register to Ask a Question