1
0
forked from 0ad/0ad

Log interest levels

This was SVN commit r995.
This commit is contained in:
Ykkrosh 2004-08-15 20:59:32 +00:00
parent 9cd4cab693
commit 0321b0d8c1

View File

@ -9,6 +9,26 @@ vsync=false
; xres = 1280
; yres = 960
; Logging settings:
;
; All messages are logged into mainlog.html. These numbers control which go into
; interestinglog.html and are displayed in the console.
; Each component can have one of three 'interest' levels:
; 0 makes no messages interesting (i.e. none are sent to interestinglog / console)
; 1 (the default) makes errors/warnings interesting
; 2 makes all messages interesting
loginterest.main = 1
loginterest.config = 1
loginterest.file = 1
loginterest.world = 1
loginterest.xml = 1
loginterest.simulation = 1
loginterest.graphics = 1
loginterest.gui = 1
loginterest.audio = 1
loginterest.script = 1
; General preferences:
; selection.outline.quality = 9; ( higher => very slightly slower, better quality)