[FEATURE] Change WARN to INFO on start-up #27

Closed
opened 2020-02-15 16:17:46 +00:00 by SlimeDog · 5 comments
SlimeDog commented 2020-02-15 16:17:46 +00:00 (Migrated from github.com)

Is your feature request related to a problem? Please describe.
On server start-up:

[08:11:30] [Server thread/INFO]: [V10Lift] Enabling V10Lift v0.5
[08:11:30] [Server thread/INFO]: [V10Lift] Copying default config.yml to the folder, if needed!
[08:11:30] [Server thread/WARN]: [Server thread] INFO com.zaxxer.hikari.HikariDataSource - SQLiteConnectionPool - Starting...
[08:11:30] [Server thread/WARN]: [Server thread] INFO com.zaxxer.hikari.HikariDataSource - SQLiteConnectionPool - Start completed.
[08:11:30] [Server thread/INFO]: [V10Lift] Plugin loaded successfully!

This is a normal condition.

Describe the solution you'd like
Change WARN to INFO

**Is your feature request related to a problem? Please describe.** On server start-up: ``` [08:11:30] [Server thread/INFO]: [V10Lift] Enabling V10Lift v0.5 [08:11:30] [Server thread/INFO]: [V10Lift] Copying default config.yml to the folder, if needed! [08:11:30] [Server thread/WARN]: [Server thread] INFO com.zaxxer.hikari.HikariDataSource - SQLiteConnectionPool - Starting... [08:11:30] [Server thread/WARN]: [Server thread] INFO com.zaxxer.hikari.HikariDataSource - SQLiteConnectionPool - Start completed. [08:11:30] [Server thread/INFO]: [V10Lift] Plugin loaded successfully! ``` This is a normal condition. **Describe the solution you'd like** Change WARN to INFO
stijnb1234 commented 2020-02-15 18:04:52 +00:00 (Migrated from github.com)

This are logs from hikariCP which are not easy to change. Do you know a way to change/disable them?

This are logs from hikariCP which are not easy to change. Do you know a way to change/disable them?
SlimeDog commented 2020-02-15 19:23:06 +00:00 (Migrated from github.com)

No, but I currently test 155 plugins, many of which use Hikari and SQLite. None of the other plugins post these messages.

BTW, the message on the second line (above) also indicates a logical flaw

[08:11:30] [Server thread/INFO]: [V10Lift] Copying default config.yml to the folder, if needed!

since config.yml already exists. Why is it being rewritten (the timestamp indicates that it is being rewritten)?

No, but I currently test 155 plugins, many of which use Hikari and SQLite. None of the other plugins post these messages. BTW, the message on the second line (above) also indicates a logical flaw ``` [08:11:30] [Server thread/INFO]: [V10Lift] Copying default config.yml to the folder, if needed! ``` since config.yml already exists. Why is it being rewritten (the timestamp indicates that it is being rewritten)?
stijnb1234 commented 2020-02-16 07:48:32 +00:00 (Migrated from github.com)

Fixed in the latest build, will be released soon.

Fixed in the latest build, will be released soon.
stijnb1234 commented 2020-02-16 08:09:47 +00:00 (Migrated from github.com)

Reopened, apparently it's not working yet.

Reopened, apparently it's not working yet.
stijnb1234 commented 2020-02-21 09:29:10 +00:00 (Migrated from github.com)

image
Message changed to a much nicer message. Issue closed.

![image](https://user-images.githubusercontent.com/27051051/75021612-f923fe00-5494-11ea-970b-47d545687331.png) Message changed to a much nicer message. Issue closed.
Sign in to join this conversation.
No description provided.