Mantis Bugtracker
  

Viewing Issue Advanced Details Jump to Notes ] View Simple ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0004906 [Resin] minor always 12-27-11 10:57 03-05-12 09:25
Reporter TheScrumMeister View Status public  
Assigned To alex
Priority normal Resolution fixed Platform
Status closed   OS
Projection none   OS Version
ETA none Fixed in Version 4.0.27 Product Version 4.0.17
  Product Build
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
Attached Files

- Relationships

There are no notes attached to this issue.

- Issue History
Date Modified Username Field Change
12-27-11 10:57 TheScrumMeister New Issue
12-27-11 15:38 TheScrumMeister Issue Monitored: TheScrumMeister
03-05-12 08:57 alex Status new => assigned
03-05-12 08:57 alex Assigned To  => alex
03-05-12 09:25 alex Status assigned => closed
03-05-12 09:25 alex Resolution open => fixed
03-05-12 09:25 alex Fixed in Version  => 4.0.27


Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
28 total queries executed.
25 unique queries executed.
Powered by Mantis Bugtracker