Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

clean up startup logs #291

Merged
merged 1 commit into from
Sep 15, 2023
Merged

clean up startup logs #291

merged 1 commit into from
Sep 15, 2023

Conversation

jpenilla
Copy link
Member

example fabric logs

old

[11:00:14] [main/INFO] (CarbonChat) Initializing MYSQL storage manager.
[11:00:14] [main/INFO] (CarbonChat) Found locale English (United States) (en_US) in: /locale/messages-en_US.properties
[11:00:14] [main/INFO] (CarbonChat) Successfully loaded locale English (United States) (en_US)
[11:00:14] [main/INFO] (CarbonChat) Found locale Japanese (Japan) (ja_JP) in: /locale/messages-ja_JP.properties
[11:00:14] [main/INFO] (CarbonChat) Successfully loaded locale Japanese (Japan) (ja_JP)
[11:00:14] [main/INFO] (CarbonChat) Found locale Norwegian (Norway) (no_NO) in: /locale/messages-nb_NO.properties
[11:00:14] [main/INFO] (CarbonChat) Successfully loaded locale Norwegian (Norway) (no_NO)
[11:00:14] [main/INFO] (CarbonChat) Found locale Dutch (Netherlands) (nl_NL) in: /locale/messages-nl_NL.properties
[11:00:14] [main/INFO] (CarbonChat) Successfully loaded locale Dutch (Netherlands) (nl_NL)
[11:00:14] [main/INFO] (CarbonChat) Found locale Norwegian Nynorsk (Norway) (nn_NO) in: /locale/messages-nn_NO.properties
[11:00:14] [main/INFO] (CarbonChat) Successfully loaded locale Norwegian Nynorsk (Norway) (nn_NO)
[11:00:14] [main/INFO] (CarbonChat) Found locale Turkish (Turkey) (tr_TR) in: /locale/messages-tr_TR.properties
[11:00:14] [main/INFO] (CarbonChat) Successfully loaded locale Turkish (Turkey) (tr_TR)
[11:00:14] [main/INFO] (HikariDataSource) CarbonChat-HikariPool - Starting...
[11:00:14] [main/INFO] (HikariPool) CarbonChat-HikariPool - Added connection carbonchat.libs.org.mariadb.jdbc.Connection@c72d4fd
[11:00:14] [main/INFO] (HikariDataSource) CarbonChat-HikariPool - Start completed.
[11:00:15] [main/INFO] (VersionPrinter) Flyway Community Edition 9.22.1 by Redgate
[11:00:15] [main/INFO] (VersionPrinter) See release notes here: https://rd.gt/416ObMi
[11:00:15] [main/INFO] (VersionPrinter) 
[11:00:15] [main/INFO] (FlywayExecutor) Database: jdbc:mariadb://localhost/carbon (MariaDB 11.1)
[11:00:15] [main/WARN] (Database) Flyway upgrade recommended: MariaDB 11.1 is newer than this version of Flyway and support has not been tested. The latest supported version of MariaDB is 10.10.
[11:00:15] [main/INFO] (JdbcTableSchemaHistory) Repair of failed migration in Schema History table `carbon`.`flyway_schema_history` not necessary. No failed migration detected.
[11:00:15] [main/INFO] (DbRepair) Successfully repaired schema history table `carbon`.`flyway_schema_history` (execution time 00:00.020s).
[11:00:15] [main/WARN] (Database) Flyway upgrade recommended: MariaDB 11.1 is newer than this version of Flyway and support has not been tested. The latest supported version of MariaDB is 10.10.
[11:00:15] [main/INFO] (DbValidate) Successfully validated 5 migrations (execution time 00:00.006s)
[11:00:15] [main/INFO] (DbMigrate) Current version of schema `carbon`: 5
[11:00:15] [main/INFO] (DbMigrate) Schema `carbon` is up to date. No migration necessary.
[11:00:15] [main/INFO] (CarbonChat) Default channel is [carbon:basic]
[11:00:15] [main/INFO] (CarbonChat) Registered channels: [carbon:basic]
[11:00:15] [main/INFO] (CarbonChat) Initializing Redis Messaging services...
[11:00:15] [ForkJoinPool.commonPool-worker-1/INFO] (CarbonChat) Fetching version information...
[11:00:15] [main/INFO] (Minecraft) Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD'
[11:00:16] [ForkJoinPool.commonPool-worker-1/INFO] (CarbonChat) This is a development version of CarbonChat (v2.1.0-SNAPSHOT+128a9de)!
[11:00:16] [ForkJoinPool.commonPool-worker-1/INFO] (CarbonChat) Download the latest release (v2.1.0-beta.20) from https://modrinth.com/plugin/carbon/versions

new

[11:01:26] [main/INFO] (CarbonChat) Loading configuration....
[11:01:26] [main/INFO] (CarbonChat) Loaded 6 locales: [ja_JP, tr_TR, nl_NL, en_US, nn_NO, no_NO]
[11:01:26] [main/INFO] (CarbonChat) Initializing MYSQL storage manager...
[11:01:26] [main/INFO] (HikariDataSource) CarbonChat-HikariPool - Starting...
[11:01:26] [main/INFO] (HikariPool) CarbonChat-HikariPool - Added connection carbonchat.libs.org.mariadb.jdbc.Connection@b45498c
[11:01:26] [main/INFO] (HikariDataSource) CarbonChat-HikariPool - Start completed.
[11:01:26] [main/INFO] (CarbonChat) Executing Flyway database migrations...
[11:01:26] [main/INFO] (CarbonChat)   [VersionPrinter] Flyway Community Edition 9.22.1 by Redgate
[11:01:26] [main/INFO] (CarbonChat)   [VersionPrinter] See release notes here: https://rd.gt/416ObMi
[11:01:26] [main/INFO] (CarbonChat)   [VersionPrinter] 
[11:01:26] [main/INFO] (CarbonChat)   [FlywayExecutor] Database: jdbc:mariadb://localhost/carbon (MariaDB 11.1)
[11:01:26] [main/WARN] (CarbonChat)   [Database] Flyway upgrade recommended: MariaDB 11.1 is newer than this version of Flyway and support has not been tested. The latest supported version of MariaDB is 10.10.
[11:01:26] [main/INFO] (CarbonChat)   [JdbcTableSchemaHistory] Repair of failed migration in Schema History table `carbon`.`flyway_schema_history` not necessary. No failed migration detected.
[11:01:26] [main/INFO] (CarbonChat)   [DbRepair] Successfully repaired schema history table `carbon`.`flyway_schema_history` (execution time 00:00.017s).
[11:01:26] [main/WARN] (CarbonChat)   [Database] Flyway upgrade recommended: MariaDB 11.1 is newer than this version of Flyway and support has not been tested. The latest supported version of MariaDB is 10.10.
[11:01:26] [main/INFO] (CarbonChat)   [DbValidate] Successfully validated 5 migrations (execution time 00:00.006s)
[11:01:26] [main/INFO] (CarbonChat)   [DbMigrate] Current version of schema `carbon`: 5
[11:01:26] [main/INFO] (CarbonChat)   [DbMigrate] Schema `carbon` is up to date. No migration necessary.
[11:01:26] [main/INFO] (CarbonChat) Loading config channels...
[11:01:26] [main/INFO] (CarbonChat) Default channel is [carbon:basic]
[11:01:26] [main/INFO] (CarbonChat) Registered channels: [carbon:basic]
[11:01:26] [main/INFO] (CarbonChat) Initializing Redis Messaging services...
[11:01:26] [ForkJoinPool.commonPool-worker-1/INFO] (CarbonChat) Fetching version information...
[11:01:27] [main/INFO] (Minecraft) Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD'
[11:01:27] [ForkJoinPool.commonPool-worker-1/INFO] (CarbonChat) This is a development version of CarbonChat (v2.1.0-SNAPSHOT+d8e7df0)!
[11:01:27] [ForkJoinPool.commonPool-worker-1/INFO] (CarbonChat) Download the latest release (v2.1.0-beta.20) from https://modrinth.com/plugin/carbon/versions

@jpenilla jpenilla merged commit e065d78 into 2.1 Sep 15, 2023
2 checks passed
@jpenilla jpenilla deleted the startup-logs branch September 15, 2023 21:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant