mirror of
https://github.com/ziirish/burp-ui.git
synced 2026-05-21 06:45:24 -06:00
use a shared logger through a fabric in order to have the same settings everywhere
This commit is contained in:
parent
2c1b4bb7ef
commit
21ea24ea53
16 changed files with 170 additions and 121 deletions
|
|
@ -81,8 +81,8 @@ class BUIauditLogger(BUIauditLoggerInterface):
|
|||
caller = ''
|
||||
stack = inspect.stack()
|
||||
exclude = [
|
||||
'interface.py',
|
||||
'handler.py',
|
||||
'audit/interface.py',
|
||||
'audit/handler.py',
|
||||
]
|
||||
for frame in stack:
|
||||
if any([frame.filename.endswith(x) for x in exclude]):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue