Skip to content

Commit

Permalink
Don't spam debug logs during datagen runs
Browse files Browse the repository at this point in the history
  • Loading branch information
62832 committed Jan 24, 2025
1 parent b60f7d5 commit 53fcc9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ neoForge {

create("data") {
data()
logLevel = org.slf4j.event.Level.INFO
programArguments.addAll(
"--mod", modId,
"--all",
Expand Down

0 comments on commit 53fcc9d

Please sign in to comment.