Skip to content

Commit

Permalink
fix: add plain handler (#6192)
Browse files Browse the repository at this point in the history
Co-authored-by: Jina Dev Bot <[email protected]>
  • Loading branch information
JoanFM and jina-bot authored Sep 5, 2024
1 parent bff3d1f commit 5397e43
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions jina/resources/logging.plain.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
handlers:
- StreamHandler
level: INFO
configs:
StreamHandler:
format: '{name:>15}@%(process)2d[%(levelname).1s]:%(message)s'
formatter: PlainFormatter

0 comments on commit 5397e43

Please sign in to comment.