syslog facilities

Posted by user65971 on Super User See other posts from Super User or by user65971
Published on 2011-02-13T14:40:20Z Indexed on 2011/02/13 15:27 UTC
Read the original article Hit count: 184

Filed under:
|
|
|

Hi,

I have an application (in java) running in a windows PC and I want to send logging messages to a syslog server running in a linux box somewhere in the network.
The problem I have is, that it is not clear to me what should I use as facility in this case.
I.e. can I (/should I) send the logging info as one of LOCAL0-LOCAL7?
Or are they not supposed to be used by remote applications? It is not clear to me if they are usable or not.
Should I use USER instead?
Could anyone help me on this please?

Thank you

© Super User or respective owner

Related posts about Windows

Related posts about linux