mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-09 11:17:38 +02:00
CLI: Fix early logging target
This commit is contained in:
@@ -32,7 +32,7 @@ from volatility3.framework.configuration import requirements
|
||||
|
||||
# Make sure we log everything
|
||||
|
||||
vollog = logging.getLogger()
|
||||
vollog = logging.getLogger(__name__)
|
||||
console = logging.StreamHandler()
|
||||
console.setLevel(logging.WARNING)
|
||||
formatter = logging.Formatter('%(levelname)-8s %(name)-12s: %(message)s')
|
||||
|
||||
Reference in New Issue
Block a user