Top "Syslog" questions

Syslog is a standard for logging program messages.

How do I set the ident string when using logging.SysLogHandler in Python 2.6?

I have logging configured using logging.fileConfig(). I have a the root logger going to a handler that uses SysLogHandler(…

python logging syslog ident
rsyslog - Property-based filtering not working

I almost hate to submit a topic for this, but I haven't been able to figure it out on my …

linux fedora iptables syslog rsyslog
What's wrong with my logback syslog appender?

I'm trying to get a logback syslog appender working, and I've definitely got something misconfigured. I've created a small sample …

java logback syslog
Printing message on the screen and also send to the syslog at the same time

I'm trying to implement -s (i.e. silent) option in my script - when given the Errors/Info etc, will …

linux bash logging echo syslog
docker-compose logging is not working with syslog option

I have the following docker-compose configuration: version: '3' services: worker: image: // image logging: driver: syslog options: syslog-address: "udp://XXX.…

docker logging docker-compose syslog papertrail-app
How can I map linux syslog to printf in C

I have a linux application running on my desk top, and I wanted to redirect the syslog() calls to printf() …

c linux macros syslog
How to install/active syslogd at iPhone/iPad

I need to install Syslogd to view iPhone/iPad logs. I am trying this at Jailbroken device through Cydia. I …

iphone ios ipad syslog cydia
How to avoid Broadcast messages from syslog printed on the console

I have a written a small code to send messages to syslog using C Api's when there is failure to …

c linux syslog
Are gnu syslog(), openlog() and closelog() thread-safe?

I have been searching for some time and haven't found a definitive answer yet. The only link I found till …

c linux gnu syslog
Howto: Using syslog for user created shell script

Information abound about syslog, but I can't find anything very concise for my interest. I have a user-created bash script …

linux bash shell ubuntu syslog