summaryrefslogtreecommitdiffstats
path: root/tdecore/kdebugrc
diff options
context:
space:
mode:
authorAlexander Golubev <fatzer2@gmail.com>2013-08-26 21:45:42 +0400
committerSlávek Banko <slavek.banko@axis.cz>2013-09-03 21:00:37 +0200
commit5354555b1bf1e5c98cf97480cb19c2dcc5f40027 (patch)
treee4d6d1f38b48aa75ca9bbe356818582f07225231 /tdecore/kdebugrc
parentb0c2f91a13ae1f5c9e0dcbf37e4c27fd4c7500ee (diff)
downloadtdelibs-5354555b1bf1e5c98cf97480cb19c2dcc5f40027.tar.gz
tdelibs-5354555b1bf1e5c98cf97480cb19c2dcc5f40027.zip
kdebug: add default message printing destinations
Diffstat (limited to 'tdecore/kdebugrc')
-rw-r--r--tdecore/kdebugrc121
1 files changed, 12 insertions, 109 deletions
diff --git a/tdecore/kdebugrc b/tdecore/kdebugrc
index dbf3ed53f..350c11756 100644
--- a/tdecore/kdebugrc
+++ b/tdecore/kdebugrc
@@ -19,7 +19,16 @@
# For file output you can give a filename by *Filename=<file>
# otherwise kdebug.dbg in the current directory is used.
#
-# ekzample:
+# the Default section sets the destination there all output goes to unless
+# there will be explicitly specefied in apropriate area-number section.
+
+[Default]
+FatalOutput=1
+ErrorOutput=2
+WarnOutput=2
+InfoOutput=4
+
+# Example:
#
# For the debug area 100 you want output of debug messages
# to a file /var/log/dbg.log and error messages as message boxes.
@@ -31,112 +40,6 @@
# ErrorOutput=1
# AbortFatal=1
#
-
# TDEAccel debug info off
-[125]
-InfoOutput=4
-
-# KCheckAccel debug info off
-[131]
-InfoOutput=4
-
-# TDEAction debug info off
-[129]
-InfoOutput=4
-
-# TDEStartupInfo debug info off
-[172]
-InfoOutput=4
-
-# TDELocale debug info off
-[173]
-InfoOutput=4
-
-# TDEMainWindow debug info off
-[200]
-InfoOutput=4
-
-# KFile debug info off
-[250]
-InfoOutput=4
-
-# TDEIconloader debug info off
-[264]
-InfoOutput=4
-
-# KSpell debug info off
-[750]
-InfoOutput=4
-
-# KPart's mainwindow info off
-[1001]
-InfoOutput=4
-
-# KPart's factory info off
-[1002]
-InfoOutput=4
-
-# KDesktop icons
-[1214]
-InfoOutput=4
-
-# KHotKeys
-[1217]
-InfoOutput=4
-
-# KMail
-[5006]
-InfoOutput=4
-
-# KitchenSync (Syncing Algorithm)
-[5250]
-InfoOutput=4
-
-# calendarsystem debug info off
-[5400]
-InfoOutput=4
-
-# tdeabc/vcard
-[5710]
-InfoOutput=4
-
-# korganizer (verbose)
-[5855]
-InfoOutput=4
-
-# korgac (check)
-[5891]
-InfoOutput=4
-
-# kalarmd check
-[5901]
-InfoOutput=4
-
-# tdeio_http_debug debug info off
-[7113]
-InfoOutput=4
-
-# kbzip2filter's debug info off
-[7118]
-InfoOutput=4
-
-# tdeio_nntp debug info off
-[7114]
-InfoOutput=4
-
-# KRun debug info off
-[7010]
-InfoOutput=4
-
-# KMimeMagic debug info off
-[7018]
-InfoOutput=4
-
-# KGame debug info off
-[11001]
-InfoOutput=4
-
-# KOStore debug info off
-[30002]
-InfoOutput=4
-
+# [125]
+# InfoOutput=4