home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 April A / Pcwk4a98.iso / Wtestowe / OnNet16 / SYSLOG.CNF < prev    next >
Text File  |  1995-04-30  |  1KB  |  31 lines

  1. #Sample syslog configuration file
  2. # Entries in this file are lines of the form:
  3. #
  4. #    <selector> <tab(s)> <action>
  5. #
  6. #    <selector> ::=        <priority spec> |
  7. #                <priority spec> ';' <selector>
  8. #    <priority spec> ::=    <facility> '.' <level>
  9. #    <level> ::=        'emerg' | 'alert' | 'crit' | 'err' |
  10. #                'warning' | 'notice' | 'info' | 'debug' |
  11. #                'none'
  12. #    <facility> ::=        <process name> | '*' | 'mark' |
  13. #                <process name> ',' <facility>
  14. #    <process name> ::=    'kern' | 'user' | 'mail' | 'daemon' |
  15. #                'auth' | 'syslog' | 'lpr' |
  16. #                'local0' | 'local1' | 'local2' | 'local3' |
  17. #                'local4' | 'local5' | 'local6' | 'local7' |
  18. #    <action> ::=        <file name> | '@'<hostname> | msg':' |
  19. #                msg':'<user>'@'<hostname> |
  20. #                msg':''@'<hostname> |
  21. #                <action>';'<action>
  22. #
  23. #   When the action item contains msg:, it means that a console will appear on
  24. #   the local machine. The msg:@<hostname> means that the message wil be
  25. #   directed to the remote machine. If the message is to be directed to a user
  26. #   on a UNIX box, msg:<user>@<hostname> should be used.
  27.  
  28. #local0.crit                    @loghost.yourco.com
  29. #daemon.err                    c:\pctcp\daemon.log
  30. #user.err                    c:\pctcp\user.log
  31.