VBCS: How to Dynamically Set Log Level
Summary:
The blog nicely explains how to set logConfig level under app-flow.json. Is it possible to extend the idea and control the browser level console logging externally. Typical use case - In production the default log level is set to error, however incase of any production issue it will require a code change and re-deployment for the info or finer level to be effective. So if the log level value can be injected externally, such as the log level value can be retrieved from a Business Object or external api call and be used at the runtime, then production issue debugging can
Tagged:
0