- ALL: Logs everything (most verbose).
- DEBUG: Logs debugging messages (verbose).
- INFO: Logs informational messages (default).
- WARN: Logs warnings and above (less verbose).
- ERROR: Logs errors and above (concise).
- FATAL: Logs only severe errors.
- OFF: Turns off logging.
If set to INFO and you want to see see less information, switch to WARN.
If set to WARN and you want to see more information, change to INFO or DEBUG.