Skip to content

Commit

Permalink
Clarify regarding CEGUI logging.
Browse files Browse the repository at this point in the history
  • Loading branch information
erikogenvik committed Apr 6, 2012
1 parent 59f6846 commit bb8d503
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ember.conf
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,9 @@ renderbackfaces=true
#the minimum log level to activate for CEGUI. Possible values are insane|informative|standard|warnings|errors
#"standard" is recommended, anything below will cause massive amounts of logging
#if you really want to see what's happening deep within CEGUI set it to "insane" and prepare for the deluge
#note that what's finally written to the ember.log is determined by the global log level setting as set in "general:logginglevel". "verbose" includes both "insane" and "informative", "info" is "standard", "warning" is "warnings" and "failure" is "errors"
#note that what's finally written to the ember.log is determined by the global log level setting as set in "general:logginglevel".
#"verbose" includes both "insane" and "informative", "info" is "standard", "warning" is "warnings" and "failure" is "errors"
#also note that the "insane" level will only apply if CEGUI has been built in debug mode
minimumlogginglevel = standard

[terrain]
Expand Down

0 comments on commit bb8d503

Please sign in to comment.