Hello All,
I have a server running glassfish.
I want to configure the application to save logs to syslog.
I did the below steps:
asadmin set-log-attributes handlers=java.util.logging.ConsoleHandler,com.sun.enterprise.server.logging.SyslogHandler
asadmin set-log-attributes com.sun.enterprise.server.logging.SyslogHandler.useSystemLogging=true
Can anyone please advise if its good and where are the logs stored after configured logs to syslog?
Thanks