'\" t .\" Title: sss_debuglevel .\" Author: The SSSD upstream - http://fedorahosted.org/sssd .\" Generator: DocBook XSL Stylesheets v1.76.1 .\" Date: 03/04/2013 .\" Manual: SSSD Manual pages .\" Source: SSSD .\" Language: English .\" .TH "SSS_DEBUGLEVEL" "8" "03/04/2013" "SSSD" "SSSD Manual pages" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" sss_debuglevel \- change debug level while SSSD is running .SH "SYNOPSIS" .HP \w'\fBsss_debuglevel\fR\ 'u \fBsss_debuglevel\fR [\fIoptions\fR] \fINEW_DEBUG_LEVEL\fR .SH "DESCRIPTION" .PP \fBsss_debuglevel\fR changes debug level of SSSD monitor and providers to \fINEW_DEBUG_LEVEL\fR while SSSD is running\&. .SH "OPTIONS" .PP \fB\-c\fR,\fB\-\-config\fR .RS 4 Specify a non\-default config file\&. The default is /etc/sssd/sssd\&.conf\&. For reference on the config file syntax and options, consult the \fBsssd.conf\fR(5) manual page\&. .RE .PP \fINEW_DEBUG_LEVEL\fR .RS 4 Bit mask that indicates which debug levels will be visible\&. 0x0010 is the default value as well as the lowest allowed value, 0xFFF0 is the most verbose mode\&. This setting overrides the settings from config file\&. .sp Currently supported debug levels: .sp \fI0x0010\fR: Fatal failures\&. Anything that would prevent SSSD from starting up or causes it to cease running\&. .sp \fI0x0020\fR: Critical failures\&. An error that doesn\*(Aqt kill the SSSD, but one that indicates that at least one major feature is not going to work properly\&. .sp \fI0x0040\fR: Serious failures\&. An error announcing that a particular request or operation has failed\&. .sp \fI0x0080\fR: Minor failures\&. These are the errors that would percolate down to cause the operation failure of 2\&. .sp \fI0x0100\fR: Configuration settings\&. .sp \fI0x0200\fR: Function data\&. .sp \fI0x0400\fR: Trace messages for operation functions\&. .sp \fI0x1000\fR: Trace messages for internal control functions\&. .sp \fI0x2000\fR: Contents of function\-internal variables that may be interesting\&. .sp \fI0x4000\fR: Extremely low\-level tracing information\&. .sp To log required debug levels, simply add their numbers together as shown in following examples: .sp \fIExample\fR: To log fatal failures, critical failures, serious failures and function data use 0x0270\&. .sp \fIExample\fR: To log fatal failures, configuration settings, function data, trace messages for internal control functions use 0x1310\&. .sp \fINote\fR: This is new format of debug levels introduced in 1\&.7\&.0\&. Older format (numbers from 0\-10) is compatible but deprecated\&. .RE .SH "AUTHORS" .PP \fBThe SSSD upstream \- http://fedorahosted\&.org/sssd\fR