1
0
Fork 0
mirror of git://git.psyced.org/git/psyced synced 2024-08-15 03:25:10 +00:00

people, don't use debug levels over 1!

This commit is contained in:
psyc://psyced.org/~lynX 2009-02-08 00:30:32 +01:00
parent 821fb55b20
commit 72815ca429
3 changed files with 149 additions and 86 deletions

View file

@ -119,7 +119,8 @@ _console_debug = 0
;_charset_console = ISO-8859-15
; '0' is tranquility unless something serious happens. best choice.
; '1' gives you slightly interesting output and LPC development debug.
; '2' or '3' is too much and too detailed. we only use this as shown below.
; '2' or '3' is too much and too detailed. don't use it globally, as it
; may even trigger exceptions. use it only with _extra_debug below.
_level_debug = 0
; Advanced extra debug flags for the psyclpc command line. You can debug
; specific parts of psyced like for example the textdb subsystem by adding