TheTechromancer
TheTechromancer
Okay, yeah my thought is to have an "event store", which could be any type of database including Postgres, Mongo, Elastic, etc. Each of these would have a dedicated output...
@colin-stubbs we have two options. We could either make the change right now and sneak it into your current elastic PR. Or we could save it for BBOT 3.0, which...
I'm having trouble reproducing this one. Based on your screenshot, it looks like the behavior is expected. Are you seeing debug/verbose messages printed even when the level is set to...
Those three messages are INFO though?
Can you paste a screenshot/code block of DEBUG messages printing even after you entered INFO mode?
Ah I see, I didn't realize it was changing all by itself. that's really strange.
Does it happen only when you're inside screen?
This PR works well based on my testing.
Thanks for reporting. Hopefully this should be an easy fix.
Added a fix for this in https://github.com/blacklanternsecurity/bbot/pull/1962. Would you mind testing it? You can `pip install git+https://github.com/blacklanternsecurity/bbot@fix-git-bug` @ObscenityIB