Hello all,
I would like to create a TRACE level logging in my app logs, and I am facing some problems with it.
For creating a INFO or DEBUG level logging, the methods console.info
and console.debug
works just fine. However using console.trace("My logging message")
does not do any logging in the app logs.
Does anyone know more about this issue? Is TRACE level app logging intentionally blocked in Cloud for some reason, or is this a bug?