Sphereon-Opensource / SSI-SDK

Self Sovereign Identity SDK
Apache License 2.0
61 stars 17 forks source link

Adjusting logging behavior #244

Open ja-bravo opened 1 week ago

ja-bravo commented 1 week ago

Hello!

We're seeing logs in production that contain the SD-JWT payload when a credential is issued image

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 😄