Skip to content
Anton Vorobyov edited this page Mar 16, 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.

Currently, Eos doesn't use log system extensively: for now it mostly warns about abnormal situations during cache generation.

Clone this wiki locally