Skip to content

Commit

Permalink
fix logging properties
Browse files Browse the repository at this point in the history
  • Loading branch information
Gubaer committed Feb 3, 2025
1 parent 200cd9f commit 937b645
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions testing/windows/josm.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -158,10 +158,11 @@ if ($logLevel -eq "") {
$logLevel = "INFO"
}
$loggingProperties = @"
.level=ALL
handlers=java.util.logging.ConsoleHandler
.level=WARNING
java.util.logging.ConsoleHandler.level=$logLevel
java.util.logging.ConsoleHandler.formatter=java.util.logging.SimpleFormatter
java.util.logging.ConsoleHandler.level=$logLevel
org.openstreetmap.josm.plugins.scripting.level=$logLevel
"@
$loggingPropertiesFile = Join-Path $(Get-Location) -ChildPath "logging.properties"
Expand Down

0 comments on commit 937b645

Please sign in to comment.