Skip to content

Commit 5880221

Browse files
committed
Update logger setup to include debug level in github_app.py
1 parent c031653 commit 5880221

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pr_agent/servers/github_app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
from pr_agent.log import LoggingFormat, get_logger, setup_logger
2323
from pr_agent.servers.utils import DefaultDictWithTimeout, verify_signature
2424

25-
setup_logger(fmt=LoggingFormat.JSON)
25+
setup_logger(fmt=LoggingFormat.JSON, level="DEBUG")
2626
base_path = os.path.dirname(os.path.dirname(os.path.realpath(__file__)))
2727
build_number_path = os.path.join(base_path, "build_number.txt")
2828
if os.path.exists(build_number_path):

0 commit comments

Comments
 (0)