Improve log levels and distribution of messages.

This commit is contained in:
Mike Auty
2019-09-26 21:16:12 +01:00
parent 211ad0d524
commit ae010a2390
4 changed files with 10 additions and 7 deletions
+3
View File
@@ -108,6 +108,9 @@ class VolShell(cli.CommandLine):
volatility.symbols.__path__ = [os.path.abspath(p)
for p in partial_args.symbol_dirs.split(";")] + constants.SYMBOL_BASEPATHS
vollog.info("Volatility plugins path: {}".format(volatility.plugins.__path__))
vollog.info("Volatility symbols path: {}".format(volatility.symbols.__path__))
if partial_args.log:
file_logger = logging.FileHandler(partial_args.log)
file_logger.setLevel(0)