summaryrefslogtreecommitdiffstats
path: root/tdecore/kdebugrc
blob: dbf3ed53febc9754d643c0ea2113eec9cbfee346 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
# This files includes the default behavior for some specific debug areas
# This allows to leave the kdDebug* calls in the code, but still have them
# disabled for most users.
#
# This file will be installed as $TDEDIR/share/config/kdebugrc
#
# There are four levels of output: Info, Warn, Error and Fatal
# corresponding to kdDebug(), kdWarn(), kdError(), kdFatal()
#
# For every of them you can define a target by *Output=n
# using the following numbers:
#
#   0 = file
#   1 = message box
#   2 = shell (stderr)
#   3 = syslog
#   4 = off
#
# For file output you can give a filename by *Filename=<file>
# otherwise kdebug.dbg in the current directory is used.
#
# ekzample:
#
# For the debug area 100 you want output of debug messages
# to a file /var/log/dbg.log and error messages as message boxes.
# Additionally the program should abort on fatal errors.
#
# [100]
# InfoOutput=0
# InfoFilename=/var/log/dbg.log
# 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