INFO is default level now.
This commit is contained in:
parent
71ff6bbc0d
commit
0003ffaa21
|
@ -16,8 +16,8 @@ to access some (rather crude) debugging and development stuff, activated by pres
|
||||||
* [9] - Show the current frames per second
|
* [9] - Show the current frames per second
|
||||||
* [0] - Take a screenshot once per second, saving to /tmp/tbftss on Linux.
|
* [0] - Take a screenshot once per second, saving to /tmp/tbftss on Linux.
|
||||||
|
|
||||||
By default, the game will output WARN level messages, or greater. To see INFO level messages, you can use:
|
By default, the game will output INFO level messages, or greater. To reduce to WARN level messages, you can use:
|
||||||
|
|
||||||
`./tbftss -info`
|
`./tbftss -warn`
|
||||||
|
|
||||||
Note that using `-debug` will automatically output DEBUG level messages.
|
Note that using `-debug` will automatically output DEBUG level messages.
|
||||||
|
|
Loading…
Reference in New Issue