Skip to content

Commit 11d4929

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/logging.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ The Image Tool uses standard Java logging. To alter the default logging settings
44
file under the `bin` directory where you installed the Image Tool.
55

66
### To enable debug logging
7-
In `logging.properties`, comment the existing `handlers` property and uncomment the `handlers` line below the first that
8-
contains the FileHandler.
7+
In `logging.properties`, comment the existing `handlers` property and uncomment the second `handlers` line below the first
8+
line that you just commented. This should make the `logging.properties` file look something like this:
99
```properties
1010
#handlers=java.util.logging.ConsoleHandler
1111
handlers=java.util.logging.FileHandler, java.util.logging.ConsoleHandler

0 commit comments

Comments
 (0)