Skip to content

Commit

Permalink
simplify log to convention
Browse files Browse the repository at this point in the history
  • Loading branch information
kedhammar committed Jan 2, 2024
1 parent 78d003d commit 1a83733
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/parse_anglerfish_results.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ def main(lims: Lims, currentStep: Process):
logging.basicConfig(
filename=log_filename,
filemode="w",
format="%(name)s - %(levelname)s - %(message)s",
format="%(levelname)s: %(message)s",
level=logging.INFO,
)

Expand Down

0 comments on commit 1a83733

Please sign in to comment.