Skip to content

Commit

Permalink
Fix runs' log level
Browse files Browse the repository at this point in the history
  • Loading branch information
bl4ckscor3 committed Feb 3, 2025
1 parent 8c3cf93 commit ce704f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ neoForge {

runs {
configureEach {
systemProperty 'forge.logging.console.level', 'debug'
logLevel = org.slf4j.event.Level.DEBUG
ideName = "SC ${project.mc_version} " + ideName.get()
}

Expand Down

0 comments on commit ce704f0

Please sign in to comment.