Skip to content

Commit

Permalink
add consoleHandler
Browse files Browse the repository at this point in the history
  • Loading branch information
jperedadnr committed Oct 29, 2024
1 parent 702b7d4 commit d8f9cce
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion app/src/main/resources/logging.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
handlers= java.util.logging.FileHandler
handlers = java.util.logging.ConsoleHandler, java.util.logging.FileHandler

# Console Logging
java.util.logging.ConsoleHandler.level = ALL
java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter

# File Logging
java.util.logging.FileHandler.pattern = %h/.scenebuilder/logs/scenebuilder-${version}.log
Expand Down

0 comments on commit d8f9cce

Please sign in to comment.