[issue6958] Add Python command line flags to configure logging
Antoine Pitrou
report at bugs.python.org
Mon Sep 21 19:34:03 CEST 2009
Antoine Pitrou <pitrou at free.fr> added the comment:
If you want to add flags to the main executable, it deserves a
discussion on python-dev IMO.
It could be obtained through an environment variable, e.g.
PYLOGGING_CONFIG; which has the nice side-effect of working for
executable scripts too.
----------
nosy: +pitrou
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6958>
_______________________________________
More information about the Python-bugs-list
mailing list