Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
log everything for utPLSQL only, severe only for others
  • Loading branch information
PhilippSalvisberg committed Apr 28, 2020
commit 9bacf6a03f60b50f818df43a0d8f5ab8366a22c5
6 changes: 3 additions & 3 deletions sqldev/src/test/resources/logging.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# logging properties for Oracle SQL Developer and utPLSQL unit test cases
# replace logging.conf in /Applications/SQLDeveloper17.4.0.app/Contents/Resources/sqldeveloper/sqldeveloper/bin
# replace logging.conf in /Applications/SQLDeveloper19.4.0.app/Contents/Resources/sqldeveloper/sqldeveloper/bin

#handlers for console (messages pane in SQL Developer) and file ($HOME/sqldeveloper.log)
#handlers=java.util.logging.FileHandler, java.util.logging.ConsoleHandler
Expand All @@ -11,11 +11,11 @@ handlers=java.util.logging.ConsoleHandler
.level=SEVERE

# Loggers
oracle.level=FINE
#oracle.level=FINE
org.utplsql.level=ALL

# --- ConsoleHandler ---
java.util.logging.ConsoleHandler.level=FINE
java.util.logging.ConsoleHandler.level=ALL
java.util.logging.ConsoleHandler.formatter=java.util.logging.SimpleFormatter
java.util.logging.SimpleFormatter.format=%1$tY-%1$tm-%1$td %1$tH:%1$tM:%1$tS %4$s %3$s: %5$s%n

Expand Down