Top "Syslog" questions

Syslog is a standard for logging program messages.

How to setup SysLogHandler with Django 1.3 logging dictionary configuration

I'm having no luck finding any information on setting up syslog logging with Django 1.3 dictionary configuration. The Django documents don't …

django syslog
Docker- How to use syslog to record logs on host machine?

I wish to keeps the logs of my container to a file in my host machine for every container. I …

logging docker syslog
Adding year in the syslog message (linux)

I need to log the year in the log message generated by syslog daemon. In particular in the /var/log/…

linux logging syslog
how to limit the total size of log files managed by syslog?

How can I limit the total size of log files that are managed by syslog? The oldest archived log files …

c linux syslog
JBoss AS 7 configure logging to Syslog Appender

In a previous version of Jboss I was able to configure a SYSLOG appender with the following configuration in jboss-log4…

logging log4j jboss7.x syslog rsyslog
Suppress log entry for single sudo commands

For server monitoring, we execute couple of commands with password-less sudo every minute. This fills the server logs. sudo: zabbix : …

linux unix sudo syslog
how to check syslog for ubuntu docker

I installed tutum/ubuntu in local vm's docker. When I login to ubuntu and run below command. logger "Test Logging" …

ubuntu logging docker syslog
How to setup syslog in yocto?

I like to configure syslog. It seems that are more than one way to set up syslog. I am asking …

linux syslog yocto bitbake
Java app in Docker container does not log to syslog properly

My Goal I have a couple of different containers running inside a host. They all share a volume with each …

logging docker syslog rsyslog
have a grok filter create nested fields as a result

I have a drupal watchdog syslog file that I want to parse into essentially two nested fields, the syslog part …

logstash syslog logstash-grok