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
eminero
03/27/2025, 9:33 PM
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
Eric Schultz
03/27/2025, 9:47 PM
Looking to do it for SuiteCommerce SS2 to debug Service.ss and Models instead of reporting everything as an error
Eric Schultz
03/27/2025, 9:48 PM
Screenshot 2025-03-27 at 5.48.34 PM.png
e
eminero
03/27/2025, 9:51 PM
Yours is a Suitecommerce Standard, not possible. Mine is SuiteCommerce Advanced, so I was able to do it.
c
Chris
03/28/2025, 7:44 PM
Instead of
log.debug()
use
log.error()
e
Eric Schultz
03/28/2025, 8:04 PM
Was trying to avoid using log.error as i am now. was trying to find a better way than that