[BUG] All info lines are logged as warns
RhythmicSys opened this issue ยท 2 comments
Describe the bug
Lines that should be logged under info
or similar, are logged under warn
unnecessarily
To Reproduce
Steps to reproduce the behavior:
- Add plugin to plugin folder
- Start server
- View startup logs
Expected behavior
That the plugin would not warn for non-issues, but instead log as info
Software Details:
- Server Software:
Purpur
- Server Software Version:
Current: git-Purpur-1771 (MC: 1.19.2)*
- Plugin Version:
1.0-beta-7a
- Java Version:
java 17.0.4 2022-07-19 LTS
Java(TM) SE Runtime Environment (build 17.0.4+11-LTS-179)
Java HotSpot(TM) 64-Bit Server VM (build 17.0.4+11-LTS-179, mixed mode, sharing)
Additional context
Reading [WARN] The plugin has loaded successfully
and [WARN] You are on the latest version
is confusing