Asking for "a friend" but does anyone have a way t...
# suitecommerce
e
Asking for "a friend" but does anyone have a way to turn Log Level to Debug for SuiteCommerce SS2 in the SSP application? Since its a locked record, there does not seem to be a way to adjust that.
e
Is that a SCS? Otherwise you can update the log level, I just tried and it worked but it is a dev ssp app, not a src ssp app. (it is not locked)
e
Looking to do it for SuiteCommerce SS2 to debug Service.ss and Models instead of reporting everything as an error
Screenshot 2025-03-27 at 5.48.34 PM.png
e
Yours is a Suitecommerce Standard, not possible. Mine is SuiteCommerce Advanced, so I was able to do it.
c
Instead of
log.debug()
use
log.error()
e
Was trying to avoid using log.error as i am now. was trying to find a better way than that
✔️ 1