File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -559,7 +559,7 @@ How to use it
559
559
%m{chomp} The message to be logged, stripped off a trailing newline
560
560
%M Method or function where the logging request was issued
561
561
%n Newline (OS-independent)
562
- %p Priority of the logging event
562
+ %p Priority of the logging event (AKA log level)
563
563
%P pid of the current process
564
564
%r Number of milliseconds elapsed from program start to logging
565
565
event
Original file line number Diff line number Diff line change @@ -568,7 +568,7 @@ replaced by the logging engine when it's time to log the message:
568
568
%m{indent=n} Log message, multi-lines indented by n spaces
569
569
%M Method or function where the logging request was issued
570
570
%n Newline (OS-independent)
571
- %p Priority of the logging event (%p{1} shows the first letter)
571
+ %p Priority/level of the logging event (%p{1} shows the first letter)
572
572
%P pid of the current process
573
573
%r Number of milliseconds elapsed from program start to logging
574
574
event
You can’t perform that action at this time.
0 commit comments