Author Message
muktisharma
Joined: Mar 25, 2010
Messages: 13
Offline
Hi,

I tried to enable aes connector logs on aeslog4j.properties (in weblogic) server but its not generating any trace.log.
Can you share full procedure how enable AES connector debug level logs on a weblogic server.
NeilGoldsmith
Joined: Nov 6, 2013
Messages: 902
Offline
You need to invoke the runtime configuration servlet and on the AES tab there is log level 0-3 with 3 being most verbose.
muktisharma
Joined: Mar 25, 2010
Messages: 13
Offline
Hi Neil,

Thanks for replying.

So its almost same tomcat server.
NeilGoldsmith
Joined: Nov 6, 2013
Messages: 902
Offline
Yes, the app server makes no difference. It is the same on any app server.
Seow.Yan
Joined: Mar 19, 2014
Messages: 18
Offline
Hi,

I am facing this issue. aeslog4j.properties and runtime configuration servlet AES tab has already set to 3, but still not getting the AES connector log. Any idea what else can be done?


# log4j.rootCategory=ERROR, CONSOLE

log4j.logger.AES.TraceWriter.cti= debug, Taes
log4j.logger.AES.ReportWriter.cti= debug, Raes

# Console
log4j.appender.stdout=org.apache.log4j.ConsoleAppender
log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
log4j.appender.stdout.layout.ConversionPattern=%d{dd/MM/yyyy HH:mm:ss:SSS} %5p - %m%n

# Report File.
log4j.appender.Raes=org.apache.log4j.DailyRollingFileAppender
log4j.appender.Raes.File=${cti.apphome}/report.log
log4j.appender.Raes.DatePattern='.'yyyy-MM-dd
log4j.appender.Raes.layout=org.apache.log4j.PatternLayout
log4j.appender.Raes.layout.ConversionPattern=%d{dd/MM/yyyy HH:mm:ss:SSS} %5p - %m%n

# Trace File.
log4j.appender.Taes=org.apache.log4j.DailyRollingFileAppender
log4j.appender.Taes.File=${cti.apphome}/trace.log
log4j.appender.Taes.DatePattern='.'yyyy-MM-dd
log4j.appender.Taes.layout=org.apache.log4j.PatternLayout
log4j.appender.Taes.layout.ConversionPattern=%d{dd/MM/yyyy HH:mm:ss:SSS} %5p - %m%n
NeilGoldsmith
Joined: Nov 6, 2013
Messages: 902
Offline
Your properties file looks fine. Are you looking in the AESConnector/data/log dir on your appserver? Could it be a permission issue? Are you sure the AESConnector is running?
Go to:   
Mobile view