Skip to content
Snippets Groups Projects
Verified Commit a6b80b23 authored by Griefed's avatar Griefed :joystick:
Browse files

refactor: Change logging to trace so debug doesn't get spammed to the nether and back

parent a6320418
No related branches found
No related tags found
1 merge request!588Version 6
......@@ -204,7 +204,7 @@ class GitHubChecker : VersionChecker {
version = alpha
}
}
log.debug("Latest version: $latest")
log.trace("Latest version: $latest")
return version
}
return "no_release"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment