users@glassfish.java.net

Re: selective logging to syslog while keeping server.log verbose

From: Gabor Szokoli <szocske_at_gmail.com>
Date: Sun, 18 Nov 2007 20:39:20 +0100

On Nov 19, 2007 5:56 AM, legolas wood <legolas.w_at_gmail.com> wrote:
> Hi, can you please explain about syslog and how you can direct your
> application log there?

Syslog is a traditional UNIX service: it aggregates the log entries
from all other UNIX daemons and system components for uniform
handling.
You can set up glassfish to send its log entries into syslog by
clicking a single checkbox, as described
here:https://glassfish.dev.java.net/javaee5/docs/AG/abluj.html#abluo
(Write to System Log bullet)

Thing is, I can't configure separately what to send to the server.log,
and what to send to syslog.


Szocske