Skip to content

Commit 0805871

Browse files
authored
Update STARTS-LOGGING.md
fixing rebase error should be ready for merging into master
1 parent e144cb2 commit 0805871

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

STARTS-LOGGING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Similarly, if ``logger.setLoggingLevel(Level.CONFIG);``, then ``logger.log()`` w
6464
## Where will messages be output?
6565
Standard Output (System.out)
6666

67-
## Artifact storage
67+
## Artifact Storage
6868
The logging granularities serve a dual purpose - both to control which log messages in code are sent to standard output, AND to control which artifacts are stored between runs.
6969

7070
The default __Level.INFO__ will store:

0 commit comments

Comments
 (0)