Skip to content

Commit

Permalink
Update STARTS-LOGGING.md
Browse files Browse the repository at this point in the history
fixing rebase error
should be ready for merging into master
  • Loading branch information
cptwonton authored Dec 15, 2017
1 parent e144cb2 commit 0805871
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion STARTS-LOGGING.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Similarly, if ``logger.setLoggingLevel(Level.CONFIG);``, then ``logger.log()`` w
## Where will messages be output?
Standard Output (System.out)

## Artifact storage
## Artifact Storage
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.

The default __Level.INFO__ will store:
Expand Down

0 comments on commit 0805871

Please sign in to comment.