tg2docs icon indicating copy to clipboard operation
tg2docs copied to clipboard

Improve logging documentation

Open amol- opened this issue 8 years ago • 0 comments

There is a lot of documentaiton available in https://docs.pylonsproject.org/projects/pylons-webframework/en/latest/logging.html that TG is missing but there is a lot more than can be added too:

For example, while debugging a performance issue, I wanted to get debug output of sqlalchemy and kallithea. If I'd just set the DEBUG level on the console level, I'd also get all debug output of the other groups, like beaker, routes, etc.

It should be documented how to debug a specific part of the system by enabling logging only for that.

amol- avatar Jul 16 '17 21:07 amol-