mirror of
https://github.com/d99kris/nmail.git
synced 2026-04-26 17:56:00 +03:00
[GH-ISSUE #19] [Feature request] Verbose logging without logging private information #16
Labels
No labels
bug
enhancement
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nmail#16
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @d99kris on GitHub (Jan 28, 2020).
Original GitHub issue: https://github.com/d99kris/nmail/issues/19
Originally assigned to: @d99kris on GitHub.
From @kabouik in #13:
We don't necessarily need to have three logging levels, but we should review how the logging can be improved.
@d99kris commented on GitHub (Jan 30, 2020):
Note that default logging generally is intended to capture sufficient details for a bug report. Verbose logging is intended for odd cases when default logging is not providing enough details.
@Kabouik commented on GitHub (Jan 30, 2020):
This is what I had in mind, just two levels: one for the former logging feature, and one for the verbose logging you implemented recently to debug the fetching issue with my Exchange account.
@d99kris commented on GitHub (Feb 5, 2020):
With the fix for this issue a new "extra verbose" logging level is introduced, where private information may be logged (such as email message content). The regular "verbose" logging mode is logging all except email messages content. The default (non-verbose) logging logs just errors/warnings encountered.