Skip to content

Commit

Permalink
Remove colors to see if that's what's preventing the matcher to work
Browse files Browse the repository at this point in the history
  • Loading branch information
jmarrec committed Jun 20, 2023
1 parent 8ea4214 commit d0e67d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/loguru_test_matcher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ on:
push:

env:
LOGURU_FORMAT: "[<green>{time:YYYY-MM-DD HH:mm:ss.SSS}</green> | <level>{level: <8}</level> | <cyan>{file}</cyan>:<cyan>{line}</cyan> | {name}:<cyan>{function}</cyan> - <level>{message}</level>]"
# LOGURU_FORMAT: "[<green>{time:YYYY-MM-DD HH:mm:ss.SSS}</green> | <level>{level: <8}</level> | <cyan>{file}</cyan>:<cyan>{line}</cyan> | {name}:<cyan>{function}</cyan> - <level>{message}</level>]"
LOGURU_FORMAT: "[{time:YYYY-MM-DD HH:mm:ss.SSS} | {level: <8} | {file}:{line} | {name}:{function} - <level>{message}</level>]"

jobs:
integration-test:
Expand Down

0 comments on commit d0e67d8

Please sign in to comment.