File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ The Image Tool uses standard Java logging. To alter the default logging settings
4
4
file under the ` bin ` directory where you installed the Image Tool.
5
5
6
6
### 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:
9
9
``` properties
10
10
# handlers=java.util.logging.ConsoleHandler
11
11
handlers =java.util.logging.FileHandler, java.util.logging.ConsoleHandler
You can’t perform that action at this time.
0 commit comments