syslog-ng Questions

4

Solved

My application will send out syslog local0 messages. When I move my application into docker, I found it is difficult to show the syslog. I've tried to run docker as --log-dirver as syslog or journ...
Edelweiss asked 26/12, 2017 at 3:11

2

I would like to log files from a switch to a mysql database. I am using syslog-ng and in the configuration file, i have done the following amendments filter f_no_debug { not level(debug); }; dest...
Alexisaley asked 10/9, 2013 at 12:2

2

I am a bit confused about syslog message format. I have to write a program that parses syslog messages. When I read what I get in my syslog-ng instance I get messages like this: Jan 12 06:30:00 1.2...
Soissons asked 9/2, 2012 at 10:27

1

Solved

I have a problem with python's logging lib. With the code below I create a "logger": logger = logging.getLogger() def logger_init(level): try: syslog = SysLogHandler(address=LOG_DESTINATION) ex...
Selfsustaining asked 13/12, 2012 at 10:25

1

Solved

There is a script, written in Python, which parse sensors data and events from number of servers by IPMI. Then it sends graph data to one server and error logs to the other. Logging server is Syslo...
Bordure asked 15/8, 2012 at 18:23
1

© 2022 - 2024 — McMap. All rights reserved.