mcvine / mcvine

mcvine framework
Other
4 stars 1 forks source link

Replace journal logging with standard logging at python level #34

Open yxqd opened 8 years ago

yxqd commented 8 years ago

python standard logging has become a more reasonable choice for logging due to its maturity and ease of configuration. we should use it instead of journal at the python level, although it breaks the integration of python logging and c logging, which is a very nice feature of journal.

yxqd commented 8 years ago

An example configuration file is at https://github.com/mcvine/mcvine/blob/1972ff826bf7bfcfbede05faf1316d9342b2cb36/packages/mcvine/etc/mcvine.conf

yxqd commented 8 years ago

Should add some comments to the dev docs.