Top "Syslog" questions

Syslog is a standard for logging program messages.

How to check syslog in Bash on Linux?

In C we log this way: syslog( LOG_INFO, "proxying %s", url ); In Linux how can we check the log?

linux bash syslog
How to configure logging to syslog in Python?

I can't get my head around Python's logging module. My needs are very simple: I just want to log everything …

python logging syslog
Reading syslog output on a Mac

I have a program that was written for linux and I am trying to build and run it on my …

macos syslog
Open Source Syslog Daemon for Windows

Can anyone recommend an open source Syslog Daemon for Windows (specifically Windows 2008 64bit). Thanks

windows open-source logging syslog
How do you read a segfault kernel log message

This can be a very simple question, I'm am attempting to debug an application which generates the following segfault error …

c++ c unix segmentation-fault syslog
Logstash replace @timestamp with syslog date

I'm a bit confused. I'm trying to pull out the syslog date (backfilling the logstash) and replace the @timestamp with …

filter timestamp logstash syslog logstash-grok
Confused with syslog message format

I am a bit confused about syslog message format. I have to write a program that parses syslog messages. When …

syslog rsyslog syslog-ng
Does Syslog really have a 1KB message limit?

It seems Syslog has a 1KB message limit. Is this hardcoded into the Syslog protocol, or is this a parameter …

syslog
How to configure syslog so that an applications log goes to a specific file

I have an application myapp which should send log files only to /var/log/myapp.log. myapp is written in …

c++ linux syslog rsyslog
Writing log data to syslog using log4j

I'm unable to write log messages into syslog. Any help would be great. Here is my simple log4j program …

linux log4j syslog rsyslog