kdelibs/kdecore/kdebugrc

64 lines
1.3 KiB
Text
Raw Permalink Normal View History

# This files includes the default behavior for some specific debug areas.
2014-11-13 01:04:59 +02:00
#
# There are four levels of output: Info, Warn, Error and Fatal corresponding to
# kDebug(), kWarning(), kError(), kFatal()
2014-11-13 01:04:59 +02:00
#
# For every of them you can define a target by *Output=n using the following
# numbers:
2014-11-13 01:04:59 +02:00
#
# 0 = file
# 1 = shell (stderr)
# 2 = syslog
# 3 = off
2014-11-13 01:04:59 +02:00
#
# For file output you can give a filename by *Filename=<file> otherwise
# kdebug.log in the current directory is used.
2014-11-13 01:04:59 +02:00
#
# example:
#
# For the debug area 100 you want output of debug messages to a file
# /var/log/dbg.log and error messages to the system log. Additionally the
# program should abort on fatal errors.
2014-11-13 01:04:59 +02:00
#
# [100]
# InfoOutput=0
# InfoFilename=/var/log/dbg.log
# ErrorOutput=1
# AbortFatal=true
2014-11-13 01:04:59 +02:00
#
# kcrash warning, error and fatal to syslog
[1410]
InfoOutput=3
WarnOutput=2
ErrorOutput=2
FatalOutput=2
# KHTTP warning, error and fatal to syslog
[7050]
InfoOutput=3
WarnOutput=2
ErrorOutput=2
FatalOutput=2
# kpasswdstore warning, error and fatal to syslog
[51004]
InfoOutput=3
WarnOutput=2
ErrorOutput=2
FatalOutput=2
# kpowermanager warning, error and fatal to syslog
[51005]
InfoOutput=3
WarnOutput=2
ErrorOutput=2
FatalOutput=2
# kdnssd warning, error and fatal to syslog
[51006]
InfoOutput=3
WarnOutput=2
ErrorOutput=2
FatalOutput=2