Top "Syslog" questions

Syslog is a standard for logging program messages.

Log4net: SysLog Appender Example

I am looking for example configuration on how to get Log4net logging to a Syslog server. Any help would …

log4net syslog
syslog command in C code

#include<syslog.h> syslog(LOG_INFO, "Start logging"); The above syslog command is not logging in the syslog. …

c syslog
log4j2 - Syslog appender and PatternLayout

I need to log events into the syslog. I use lo4j2 and the syslog appender. My appenders block in …

java log4j syslog log4j2
Ubuntu: large syslog and kern.log files

Logging into my Ubuntu machine, I get a warning that I am running out of disk space. Tracing back, I …

ubuntu ubuntu-14.04 syslog
Find syslog max message length

Most Unix programmers would be used to the interface defined by syslog.h, and many implementations (such as glibc) have …

linux syslog
Changing date format in syslog

Is there anyway we can change the date format in a particular log file being logged to by syslog? I …

linux date freebsd syslog
how to get php errors to show on syslog

I have a script which is scheduled to run on crontab. I noticed that I could not see php errors …

php error-handling syslog
What does the GCC error message, "Error: unsupported for `mov'", mean?

I am just trying to compile some simple example code I typed in from a book, and GCC gives me …

linux gcc assembly kernel syslog
Log4j and syslogappender

I have a java application using log4j SyslogAppender (facility=USER) and I can see using tcpdump on port 514 that …

java log4j syslog
How to log puppet agent and master

Puppet writes logging by default to syslog. Why is that? Most software write to some separate logfile. I checked the …

syslog puppet