SecKatie / wyzeapy

36 stars 26 forks source link

feat (logging): pformat json when passing it into the logger #28

Closed JoeSchubert closed 1 year ago

JoeSchubert commented 2 years ago

This makes the json pretty print into the logger making it much more readable.

While I think this is really useful, I am unsure of the overhead costs that this may cause in terms of logging size/memory usage/etc. This may need more investigation before merging this pull request.

SecKatie commented 2 years ago

@yoinx I actually think this is a good idea. Honestly the performance implications are not a big deal because it would only be turned on when we are debugging