@@ -10,7 +10,7 @@ line that you just commented. This should make the `logging.properties` file lo
1010# handlers=java.util.logging.ConsoleHandler
1111handlers =java.util.logging.FileHandler, java.util.logging.ConsoleHandler
1212```
13- Then, change the Level to ` FINE ` or ` FINER ` .
13+ Then, change level to ` FINE ` or ` FINER ` .
1414``` properties
1515# com.oracle.weblogic.imagetool.level=INFO
1616com.oracle.weblogic.imagetool.level =FINER
@@ -20,12 +20,12 @@ Logging levels from highest to lowest:
2020
2121| Level | Description |
2222| --- | --- |
23- | ` SEVERE ` | Only error messages will be written to the log file. |
24- | ` WARNING ` | Warning messages and above will be written to the log file. |
25- | ` INFO ` | (Default) Informational messages and above will be written to the log file. |
26- | ` FINE ` | First level of debug messages and above are written to the log file. |
23+ | ` SEVERE ` | Only error messages are written to the log file. |
24+ | ` WARNING ` | Warning messages and above are written to the log file. |
25+ | ` INFO ` | (Default) Informational messages and above are written to the log file. |
26+ | ` FINE ` | First level debug messages and above are written to the log file. |
2727| ` FINER ` | Detailed debug messages and above are written to the log file. |
28- | ` FINEST ` | All HTTP responses in addition to ` FINER ` level debug messages are written to the log file. |
28+ | ` FINEST ` | In addition to FINER level debug messages, all HTTP responses are written to the log file. |
2929
3030### Copyright
3131Copyright (c) 2019, 2020, Oracle and/or its affiliates.
0 commit comments