cancel
Showing results for 
Search instead for 
Did you mean: 

Deploying Activiti explorer impact on glassfish log file

amir_kourani
Champ in-the-making
Champ in-the-making
HI,
Does deploying activiti explorer on glassfish change the path of the logfile.
since whenver i deploy activiti explorer the console of eclipse stop to output the message, also i checked the log file of glassfish(which eclipse console read from ) no output is printed.
Thanks
1 REPLY 1

trademak
Star Contributor
Star Contributor
Hi,

We use SLF4J with a Log4j adapter to log in the Explorer.
It uses a standard Log4j console logger:

log4j.appender.CA=org.apache.log4j.ConsoleAppender

So that shouldn't cause too much issues I would expect.

Best regards,