mkorman90 / regipy

Regipy is an os independent python library for parsing offline registry hives
MIT License
234 stars 53 forks source link

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

Closed tbi360 closed 3 months ago

tbi360 commented 10 months ago

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

mkorman90 commented 3 months ago

Fixed in https://github.com/mkorman90/regipy/pull/259