SSI-SDK
SSI-SDK copied to clipboard
Adjusting logging behavior
Hello!
We're seeing logs in production that contain the SD-JWT payload when a credential is issued
Is there any way to adjust the behaviour? Ideally we would like to be control the log level so in production we're only logging error events.
I've tried digging through the code and I think I've pinpointed this log to this logger but I can't figure out a way to increase the minimum log level
Thanks 😄
In my case, I want to decrease the log level from INFO to debug and/or TRACE to debug issues.
Would it be an option to simply use one of many stdout loggers for npm that adhere to log levels already?