From 98f634b1ae373d74f947b26860f856d4fb932cd8 Mon Sep 17 00:00:00 2001 From: Alexander Shusta Date: Fri, 22 Mar 2013 08:04:50 -0700 Subject: [PATCH] Updated docs to explain there are no log files Used Caridy's explanation from https://github.com/yahoo/mojito/issues/1025#issuecomment-15270635 to call out that there are no log files. --- docs/dev_guide/topics/mojito_logging.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/dev_guide/topics/mojito_logging.rst b/docs/dev_guide/topics/mojito_logging.rst index bc8805375..1c14bb9aa 100644 --- a/docs/dev_guide/topics/mojito_logging.rst +++ b/docs/dev_guide/topics/mojito_logging.rst @@ -7,6 +7,11 @@ log messages are handled by a YUI instance that Mojito creates based on YUI conf defined in ``application.json`` or ``application.yaml``. You can set logging levels to control the degree of detail in your log reports. +Mojito does not write logs into a file instead, it writes into the node.js console. Whatever +node.js does with the logs, writing them into a file, transmiting them into an aggregated +hub for multiple cores, or whatever other crazy idea people decide to implement has very +little to do with Mojito. + .. _mojito_logging-levels: Log Levels