Query global values of syslog-ng
by linxbee from LinuxQuestions.org on (#5CYR9)
I am new to syslog, but i know we can specify some global parameters for syslog-ng using
Code:options { };log-msg-size option is used to specify maximum length of a message in bytes
I would like to know what is the default value that is set in my system.
How do i query syslog-ng for the value `log-msg-size`
Is there any way using either in C program or Python to query the log-msg-size
One more question, Is there any way to restart the syslog-ng from its global options in case if it crashes?


Code:options { };log-msg-size option is used to specify maximum length of a message in bytes
I would like to know what is the default value that is set in my system.
How do i query syslog-ng for the value `log-msg-size`
Is there any way using either in C program or Python to query the log-msg-size
One more question, Is there any way to restart the syslog-ng from its global options in case if it crashes?