Skip to content

Commit

Permalink
Disable spammy logger
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenLooman committed Oct 15, 2023
1 parent e4dc85a commit 2e76824
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
"files.trimTrailingWhitespace": true,
"java.compile.nullAnalysis.mode": "automatic",
"java.jdt.ls.vmargs": "-XX:+UseParallelGC -XX:GCTimeRatio=4 -XX:AdaptiveSizePolicyWeight=90 -Dsun.zip.disableMemoryMapping=true -Xmx2G -Xms100m -Xlog:disable",
"cmake.configureOnOpen": false,
"sonarlint.connectedMode.project": {
"connectionId": "SonarCloud",
"projectKey": "StevenLooman_magik-tools"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ java.util.logging.SimpleFormatter.format = %1$tF %1$tT %4$-7s %2$s : %5$s %6$s%n
nl.ramsolutions.sw.magik.analysis.typing.ClassInfoTypeKeeperReader.level = WARNING
nl.ramsolutions.sw.magik.analysis.typing.TypeKeeper.level = WARNING
nl.ramsolutions.sw.magik.analysis.typing.indexer.MagikIndexer.level = WARNING
nl.ramsolutions.sw.magik.analysis.typing.reasoner.LocalTypeReasoner.level = WARNING
nl.ramsolutions.sw.magik.analysis.typing.reasoner.LocalTypeReasonerHandler.level = WARNING

nl.ramsolutions.sw.magik.languageserver.completion.CompletionProvider.level = WARNING
Expand Down

0 comments on commit 2e76824

Please sign in to comment.