busimus / cutelog

GUI for logging
MIT License
479 stars 45 forks source link

log namespaces multi-selection not effective #5

Closed guilim closed 6 years ago

guilim commented 6 years ago

Hey,

Thanks for this tool! :smile: A good GUI for Python logging was something I have been missing for a very long time!

One issue I encountered: It seems to be possible to multi-select the wanted loggers in the "log namespaces" area using the CTRL+click, or by holding the left button. However, only the last logger is taken into account.

As a result, the only way to display multiple loggers in a tab is to enable the children of the selected logger. This is useful, but often not enough: being able to manually multi-select the wanted loggers to display would be great!

busimus commented 6 years ago

Thanks for reporting, I fixed it. Update to the version 1.1.8. I haven't touched the code base in a while, so please submit an issue if I broke anything.

guilim commented 6 years ago

So far so good. Thanks for the very fast fix!