You need to sign in to do that
Don't have an account?

System.debug messages not in Debug Logs
I am investigating some failing unit tests, and added some debugging in place. However, the problem is the System.debug messages do not print to the Debug Logs.
What configuration do I need in my Debug Level to see these? I've currently got Apex Code, System and Apex Profiling set to Finest, Finest and Fine, respectively, and the System.debug messages just aren't being printed.
What configuration do I need in my Debug Level to see these? I've currently got Apex Code, System and Apex Profiling set to Finest, Finest and Fine, respectively, and the System.debug messages just aren't being printed.
This will log them at the error level and you won't get the other cruft.
All Answers
This will log them at the error level and you won't get the other cruft.
Kind regards,
Rubel