Project

General

Profile

Actions

Patch #11497

closed

Dry up logging in MailHandler class

Added by Alex Shulgin almost 12 years ago. Updated about 5 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Email receiving
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:

Description

The current approach to logging in MailHandler is a bit funny. Instead of checking "if logger" every time, just make sure logger returns non-nil.

Also, extra-checking with "if logger && logger.info" doesn't make much sense. It prints extra blank lines when logger is set and accepts info level, but has no point when level setting is different. It's perfectly safe to just call "logger.info message".


Files


Related issues

Related to Redmine - Defect #30457: MailHandler.safe_receive does not output any error logClosedGo MAEDA

Actions
Actions

Also available in: Atom PDF