Skip to content
Anton Vorobyov edited this page Mar 15, 2015 · 4 revisions

Eos uses built-in python facilities for logging. It means, that by default:

  • For output, stderr will be used
  • Only warnings, errors and more severe messages will be printed
  • Only messages themselves will be printed, no details (like time or module which emitted it)

You can reconfigure it at any time. Refer to Python logging howto for further info.

Clone this wiki locally