INFO is default level now.

This commit is contained in:
Steve 2016-05-16 12:52:43 +01:00
parent 71ff6bbc0d
commit 0003ffaa21
1 changed files with 2 additions and 2 deletions

View File

@ -16,8 +16,8 @@ to access some (rather crude) debugging and development stuff, activated by pres
* [9] - Show the current frames per second
* [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.