Mantis - Resin
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
4906 | minor | always | 12-27-11 10:57 | 03-05-12 09:25 | |
|
|||||
Reporter: | TheScrumMeister | Platform: | |||
Assigned To: | alex | OS: | |||
Priority: | normal | OS Version: | |||
Status: | closed | Product Version: | 4.0.17 | ||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 4.0.27 | ||
|
|||||
Summary: | 0004906: IIS Plugin Logger does not check log level correctly. | ||||
Description: |
In the source for the IIS-ResinHandler, the Logger.cs has a method IsLoggable: internal bool IsLoggable(EventLogEntryType entryType) { return entryType < _logLevel; } The check should use the <= operator instead of the <, since if the log level was set to Information, IsLoggable(Information) should return **true**. |
||||
Steps To Reproduce: | |||||
Additional Information: | |||||
Relationships | |||||
Attached Files: |
There are no notes attached to this issue. |