Skip to content

Commit

Permalink
It's better to print it
Browse files Browse the repository at this point in the history
  • Loading branch information
DonggeLiu committed Jul 30, 2024
1 parent a720a1e commit 08ac827
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions service/pr_experiment_log.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
"""Show PR experiment basic info."""
import logging
import os

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

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

0 comments on commit 08ac827

Please sign in to comment.