@@ -10,7 +10,7 @@ line that you just commented. This should make the `logging.properties` file lo
10
10
# handlers=java.util.logging.ConsoleHandler
11
11
handlers =java.util.logging.FileHandler, java.util.logging.ConsoleHandler
12
12
```
13
- Then, change the Level to ` FINE ` or ` FINER ` .
13
+ Then, change level to ` FINE ` or ` FINER ` .
14
14
``` properties
15
15
# com.oracle.weblogic.imagetool.level=INFO
16
16
com.oracle.weblogic.imagetool.level =FINER
@@ -20,12 +20,12 @@ Logging levels from highest to lowest:
20
20
21
21
| Level | Description |
22
22
| --- | --- |
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. |
27
27
| ` 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. |
29
29
30
30
### Copyright
31
31
Copyright (c) 2019, 2020, Oracle and/or its affiliates.
0 commit comments