diff --git a/content/dev/moduleSupport/base/logging/_index.md b/content/dev/moduleSupport/base/logging/_index.md index 87353bfc3..69be1e60f 100644 --- a/content/dev/moduleSupport/base/logging/_index.md +++ b/content/dev/moduleSupport/base/logging/_index.md @@ -84,7 +84,7 @@ Then if a customer id is available in the context of the log then the customer i This will log the error message and context(if passed) to the javascript console. -So will be viewable using your browsers developer console. +So will be viewable using your browser's developer console. Logs all messages with a level of `debug` or higher.