From 5fc6eb0b5d8598190dc625254a609a1a4e5ae897 Mon Sep 17 00:00:00 2001 From: Henry Hazan Date: Wed, 9 Oct 2013 09:55:11 -0400 Subject: docs($log): explain how to configure debug logging Closes #4348 --- src/ng/log.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/ng/log.js b/src/ng/log.js index 0678ac21..70911fdf 100644 --- a/src/ng/log.js +++ b/src/ng/log.js @@ -8,9 +8,12 @@ * @description * Simple service for logging. Default implementation writes the message * into the browser's console (if present). - * + * * The main purpose of this service is to simplify debugging and troubleshooting. * + * The default is not to log `debug` messages. You can use + * {@link ng.$logProvider ng.$logProvider#debugEnabled} to change this. + * * @example -- cgit v1.2.3