As Part of the ACP-100 Preparation Materials, it mentions that you need to know information surrounding logging . (See Below)
My question is specifically around TRACE logging, I cannot see it defined in any of the predefined logging levels. And no information about it.
What is TRACE logging? How do you activate it? What are the use cases for it i.e. would you use it for an organizational app that is not working properly?
(From ACP-100 Prep) Logging and profiling
set logging for packages
Levels include Trace, Debug, Info, Warn, Error, Fatal, Off
The logging information for the other levels I have been able to find below
Thank you for your help, to further improve my understanding.
Basically Atlassian not mentioning this log level in their docs:
https://confluence.atlassian.com/adminjiraserver/logging-and-profiling-938847671.html
However, they do mention that: Jira uses a powerful logging module called log4j for runtime logging.
you can also read this answer:
https://softwareengineering.stackexchange.com/questions/279690/why-does-the-trace-level-exist-and-when-should-i-use-it-rather-than-debug
Yes, there was confusion for me as I could not find it in the official documentation.
Thank you for the other link and speedy reply :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Based on this screenshot about log4j I presume DEBUG is the best logging option to debug an application (vs TRACE) ...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.