Is it posssible to have syslog-ng to output log data to a windowed shell rather than a main terminal. I'm currently running Debian v3 with KDE, & can get it to output ok to fullscreen terminal screens e.g. tty8 and root, but not windowed in the KDE environment. If so what should the config line be for this. Thanks in Advance. Will __________________________________________________________________________ Join Freeserve http://www.freeserve.com/time/ Winner of the 2003 Internet Service Providers' Association awards for Best Unmetered ISP and Best Consumer Application.
Is it posssible to have syslog-ng to output log data to a windowed shell rather than a main terminal. I'm currently running Debian v3 with KDE, & can get it to output ok to fullscreen terminal screens e.g. tty8 and root, but not windowed in the KDE environment.
If so what should the config line be for this.
how bout destination xconsole { pipe("/dev/xconsole"); }; log { source(src); filter(whatever); destination(xconsole); }; course you need to be running xconsole for this to work. I don't use xconsole so I disable this in my syslog-ng.conf (the above taken from debian's default config nate
participants (2)
-
nate
-
will@villa442.freeserve.co.uk