Skip to content

Commit

Permalink
set log level of loguru to trace
Browse files Browse the repository at this point in the history
  • Loading branch information
TaiSakuma committed Oct 19, 2023
1 parent 61efac4 commit 8a959dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nextlinegraphql/factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
{
"sink": RichHandler(markup=True, log_time_format='[%X]', show_path=False),
"format": "[dim]\\[{name}:{line}][/dim] {message}",
"level": "TRACE",
}
]
)
Expand Down

0 comments on commit 8a959dd

Please sign in to comment.