
Vinay, you get a bug thumbs-up from me too, for the logging package and your maintainance and support. Vinay Sajip schrieb:
The Python logging package's configuration format uses ConfigParser, which doesn't float everybody's boat. If it is a cause of extreme hatred or even mild distaste, you can always come up with your own configuration file format which is more to your liking, and configure programmatically from that.
Although I like and use logging, I belong more to the hatred people for the logging configuration. What I am really missing is a way to do basic logging configuration (calling logging.basicConfig(...)) with some command line args for the Python interpreter. I have suggested that before IIRC, but it doesn't seem to fly. -- Thanks, Thomas