FabricMC / fabric-meta

Fabric Meta is a JSON-based HTTP api that can be used to query metadata about key Fabric projects.
https://meta.fabricmc.net/
Apache License 2.0
31 stars 21 forks source link

change VersionDatabase to not spam console with "Removing ..." messages #21

Closed BluCobalt closed 1 year ago

BluCobalt commented 1 year ago

This pr makes it so that each version that lacks matching intermediaries only gets output once to the console, reducing spam from the "Removing xxx" messages. It also changes both the removing and db update messages to use slf4j to make the log look consistent because javalin already defaults to using slf4j for its output.

unicornbetrayal commented 1 year ago

Peeped! Confirmed valid.

BluCobalt commented 1 year ago

image example of the changes (intermediary is correctly changed to mc version, this is an older version of this fix)