geogil / sawbuck

Automatically exported from code.google.com/p/sawbuck
0 stars 0 forks source link

Filter is saved when exiting but not applied when launched again - must manually apply #24

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a filter to exclude a frequently occurring message.
2. Run an instrumented process and observe that the log message does not appear.
3. Exit Sawbuck.
4. Open Sawbuck.
5. Run the same instrumented process.

What is the expected output? What do you see instead?
Expected: The filtered messages are not shown.
Actual: The filtered messages are shown. If you open the Filter dialog and 
click OK, the messages will be filtered.

What version of the product are you using? On what operating system?
0.6.5.0
Windows XP SP3

Please provide any additional information below.
My use case is that I have verbose logging enabled, but there are some strings 
that occur much too often and need to be filtered. Thus, I'd like to always 
have them automatically filtered.

A nice feature might be to have "permanent" filters or saved filters that 
always get loaded but can be modified. This would be useful if you wanted to 
regularly filter messages and sometime needed to filter specific ones. Fixing 
this specific issue, though, would be sufficient.

Original issue reported on code.google.com by ddor...@google.com on 18 Jun 2010 at 12:03

GoogleCodeExporter commented 9 years ago

Original comment by si...@google.com on 25 Jun 2010 at 8:07

GoogleCodeExporter commented 9 years ago

Original comment by si...@google.com on 1 Jul 2010 at 3:01

GoogleCodeExporter commented 9 years ago
Siggi fixed this, then I broke it when I rewrote the filter code. Will fix 
again shortly.

Original comment by robertsh...@chromium.org on 6 Jul 2010 at 9:20

GoogleCodeExporter commented 9 years ago
This is fixed now, I believe?

Original comment by si...@google.com on 17 Jul 2010 at 10:33

GoogleCodeExporter commented 9 years ago
Yep, fixed.

Original comment by robertsh...@chromium.org on 18 Jul 2010 at 3:17