Ensure log output is disabled on production mode.
Since the upgrade to Spring Boot 2, the root logger key is changed from logging.level.
to logging.level.root
. This has been changed in the configuration to ensure that there is only output on errors. This fixes #44 (closed).
As a side fix, I ensured that the token is printed in the default ASCII terminal color, instead of red like the Lizzards tongue.
Edited by Remco de Man