Atlassian Certified in Managing Jira Projects for Cloud (ACP-100) — Question 22

After a recent upgrade to your Jira system, one of the apps your organization depends on is not working reliably.
Which two methods can you use to debug and resolve this issue? (Choose two.)

Answer options

Correct answer: C, E

Explanation

The correct answers are C and E because setting the logging level of package com.atlassian to Trace (C) allows for detailed output that can help identify issues specific to that package. Additionally, adjusting the logging level to FATAL (E) filters the logs to show only critical errors, which can aid in diagnosing severe problems. Options A, B, and D do not provide the same level of targeted information needed for debugging the app effectively.