From 080587144fd7b65ef0a51d1afe612dc5593c5322 Mon Sep 17 00:00:00 2001 From: Jeff Hong Date: Thu, 14 Dec 2017 23:07:29 -0600 Subject: [PATCH] Update STARTS-LOGGING.md fixing rebase error should be ready for merging into master --- STARTS-LOGGING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: