Navigation Menu

Skip to content
This repository has been archived by the owner on Oct 30, 2018. It is now read-only.

Updated docs to explain there are no log files #1045

Merged
merged 1 commit into from Apr 1, 2013
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/dev_guide/topics/mojito_logging.rst
Expand Up @@ -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
Expand Down