com.bmc.arsys.emaildaemon.level=SEVERE is for file log.

Your problem is for logging into form.
You need to use com.bmc.arsys.emaildaemon.ARSystemHandler.level=SEVERE 

This will not impact other java process.

________________________________________
From: Action Request System discussion list(ARSList) [arslist@ARSLIST.ORG] On 
Behalf Of Frank Caruso [caruso.fr...@gmail.com]
Sent: Friday, December 13, 2013 8:34 PM
To: arslist@ARSLIST.ORG
Subject: Re: Stop/Decrease Email Logging

A similar line is already in that file:
com.bmc.arsys.emaildaemon.level=SEVERE

Will do that same thing?

Also, I know there are lots of other Java processes running. Would they be 
impacted by this change?

Here is a sample of the messages, of which there 1000s:

Successfully connected at Dec 13, 2013 8:18:31 AM
javax.mail.MessagingException: Could not connect to SMTP host: amailserver 
port: 25, response: 421
        at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:1270)
        at 
com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:370)
        at javax.mail.Service.connect(Service.java:275)
        at 
com.bmc.arsys.emaildaemon.MBConnection.openTransport(MBConnection.java:243)
        at com.bmc.arsys.emaildaemon.MBConnection.<init>(MBConnection.java:69)
        at 
com.bmc.arsys.emaildaemon.MBConnectionPool.createPool(MBConnectionPool.java:167)
        at 
com.bmc.arsys.emaildaemon.MBConnectionPool.refreshPool(MBConnectionPool.java:147)
        at com.bmc.arsys.emaildaemon.SenderModule.doWork(SenderModule.java:166)
        at com.bmc.arsys.emaildaemon.ThreadBase.run(ThreadBase.java:302)
        at java.lang.Thread.run(Thread.java:662)
javax.mail.MessagingException: Could not connect to SMTP host: amailserver 
port: 25, response: 421
        at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:1270)
        at 
com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:370)
        at javax.mail.Service.connect(Service.java:275)
        at 
com.bmc.arsys.emaildaemon.MBConnection.openTransport(MBConnection.java:243)
        at com.bmc.arsys.emaildaemon.MBConnection.<init>(MBConnection.java:69)
        at 
com.bmc.arsys.emaildaemon.MBConnectionPool.createPool(MBConnectionPool.java:167)
        at 
com.bmc.arsys.emaildaemon.MBConnectionPool.refreshPool(MBConnectionPool.java:147)
        at 
com.bmc.arsys.emaildaemon.SenderModule.sendMessage(SenderModule.java:371)
        at com.bmc.arsys.emaildaemon.SenderModule.doWork(SenderModule.java:184)
        at com.bmc.arsys.emaildaemon.ThreadBase.run(ThreadBase.java:302)
        at java.lang.Thread.run(Thread.java:662)


Thank you.

_______________________________________________________________________________
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
"Where the Answers Are, and have been for 20 years"

_______________________________________________________________________________
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
"Where the Answers Are, and have been for 20 years"

Reply via email to