We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c031653 commit 5880221Copy full SHA for 5880221
1 file changed
pr_agent/servers/github_app.py
@@ -22,7 +22,7 @@
22
from pr_agent.log import LoggingFormat, get_logger, setup_logger
23
from pr_agent.servers.utils import DefaultDictWithTimeout, verify_signature
24
25
-setup_logger(fmt=LoggingFormat.JSON)
+setup_logger(fmt=LoggingFormat.JSON, level="DEBUG")
26
base_path = os.path.dirname(os.path.dirname(os.path.realpath(__file__)))
27
build_number_path = os.path.join(base_path, "build_number.txt")
28
if os.path.exists(build_number_path):
0 commit comments