Skip to content

Commit

Permalink
Config logging level
Browse files Browse the repository at this point in the history
  • Loading branch information
DonggeLiu committed Jul 30, 2024
1 parent 8389fa5 commit a720a1e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions service/pr_experiment_log.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,7 @@
import logging
import os

logging.basicConfig(level=logging.INFO,
format='%(asctime)s - %(levelname)s - %(message)s')

logging.info('PR: %s', os.getenv('PR_NUMBER'))

0 comments on commit a720a1e

Please sign in to comment.