Create a default logging config
authorElrond <elrond+mediagoblin.org@samba-tng.org>
Mon, 9 Jan 2012 13:22:28 +0000 (14:22 +0100)
committerElrond <elrond+mediagoblin.org@samba-tng.org>
Mon, 9 Jan 2012 13:39:16 +0000 (14:39 +0100)
commit7cbbf3e75b2dc67068ec270e53249d95224a86cc
treeaefa6c4cdf3628e448b161a8b24c5f076ecfd17c
parentf42e49c3ad1c446e7899e7b76cd7fa381d5bba7c
Create a default logging config

paste uses paste.ini to configure python's logging module.

Until now, there was NO config, not even a useful default
one. This means: any messages went away unseen.
Not good.

The new default logs everything to stderr at level INFO and
higher. Maybe not the best, but a good starting point.
paste.ini