Skip to content

Commit ab9366e

Browse files
committed
review edits for Rosemary
1 parent 11d4929 commit ab9366e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

site/logging.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ line that you just commented. This should make the `logging.properties` file lo
1010
#handlers=java.util.logging.ConsoleHandler
1111
handlers=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
1616
com.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
3131
Copyright (c) 2019, 2020, Oracle and/or its affiliates.

0 commit comments

Comments
 (0)