diff --git a/STARTS-LOGGING.md b/STARTS-LOGGING.md index b48800c4..fec813df 100644 --- a/STARTS-LOGGING.md +++ b/STARTS-LOGGING.md @@ -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: