-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove support for the 'fileline' attribute in log formats (#678)
This non-standard attribute has been the cause of many problems, so reverting back to using only the default attributes, in particular filename and lineno. Right align the filename in a 25 char field space (if it fits), and pad the lineno to 3 chars with zero if lower than 100. For most of our files, this will result in a fixed length prefix before the message, thus making it somewhat easier to find the message. Adding ] as a marker/separator to log lines. The ] will be on all log lines, between the (usually) fixed length prefix and the message.
- Loading branch information
1 parent
c608618
commit df915fd
Showing
3 changed files
with
2 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters