mkorman90 / regipy

Regipy is an os independent python library for parsing offline registry hives

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

regipy-cli: Logging: Use STDINFO instead of STDOUT for information, warning and error messages

tbi360 opened this issue · comments

commented

Hi there, thanks for this tool, I find it very useful.

The tool outputs logging to STDOUT by default. When processing stdout, info messages from logging breaks the JSON stream. Would it be possible to switch to STDINFO logging to preserve the integrity of the STDOUT data stream?

Many thanks,

Tom

Fixed in #259