summaryrefslogtreecommitdiff
path: root/src/util/debug.c
AgeCommit message (Collapse)AuthorFilesLines
2011-05-23Set _GNU_SOURCE globallySumit Bose1-1/+2
2011-05-06Allow changing the log level without restartStephen Gallagher1-1/+0
We will now re-read the confdb debug_level value when processing the monitor_common_logrotate() function, which occurs when the monitor receives a SIGHUP.
2011-05-04Override config file debug_level with command-lineStephen Gallagher1-1/+2
This patch also makes the following changes: 1) The [sssd] debug_level setting no longer acts as a default for all other sections. 2) We will now skip passing the debug argument to the child processes from the master unless the SSSD was run with a command-line argument for the debug level. https://fedorahosted.org/sssd/ticket/764
2010-11-05Handle errors during log reopening betterStephen Gallagher1-2/+28
2010-10-19Write log opening failures to the syslogStephen Gallagher1-0/+3
If there is a problem with reopening the logs, it can be an audit trail issue.
2010-03-08Reopen logs when SIGHUP is caughtJakub Hrozek1-0/+13
Upon receiving SIGHUP, the monitor signals all services to reopen their debug logs. It is also possible to signal individual services to reopen their particular files. Fixes: #332
2010-02-18Rename server/ directory to src/Stephen Gallagher1-0/+154
Also update BUILD.txt