Re: Default logging as part of the language

2017-07-29 Thread Ned Batchelder
On 7/29/17 5:12 AM, ttopolew...@gmail.com wrote: > Hello, > I'm wondering what do You think about some default logging that can become a > part of the Python language and part of the development workflow. > > I would see it as develop in debug mode untill debug is removed intentionally. > It would

Default logging as part of the language

2017-07-29 Thread ttopolewski
Hello, I'm wondering what do You think about some default logging that can become a part of the Python language and part of the development workflow. I would see it as develop in debug mode untill debug is removed intentionally. It would include: - standard logging location for new development -