mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2024-11-22 02:05:16 +01:00
Page:
Configuring logging
Pages
'please verify' Label
5.2 Changelog
5.3 Changelog
5.4 changelog
Argon2 as Password Hash
AuthMe Coding Styleguide
AuthMe Releases (Jenkins)
Breaking Changes
Command Handling
Configuring logging
Converters
Dependency Injection
Development Setup
Development team
Forge mods compatibility
Forum integrations
Home
Hooking into AuthMe
Limbo architecture
Limbo players
Name Restrictions
Plugins hooking into AuthMe
Project intro
Registration
Spawn Handling
Tool tasks
Translators
Unit Testing
2
Configuring logging
ljacqu edited this page 2017-03-04 18:19:07 +01:00
The configuration file config.yml contains two settings that influence the logging that AuthMe will perform.
Security.console.logConsole (true / false)
If set to true
, everything that AuthMe logs to the console will also be saved in authme.log. If a technical error occurs (called Exception in Java), the full stacktrace is logged. This provides more technical details about the error, which are very interesting for us developers to know about.
settings.logLevel (INFO / FINE / DEBUG)
We recommend FINE
. This logs, additionally to the INFO ones, some finer details which are still relevant and interesting to keep in a log. Use DEBUG
if you're interested in seeing a lot of information from AuthMe. This is typically only used when you're trying to find the cause of an issue with AuthMe.
- Home
- For plugin users
- For developers using AuthMe
- For developers