Anonymous | Login | Signup for a new account | 12-17-2024 08:22 PST |
Main | My View | View Issues | Change Log | Docs |
Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ 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 | ||||||
Status | closed | Product Version | 4.0.17 | ||||||
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**. |
||||||||
Additional Information | |||||||||
Attached Files | |||||||||
|
There are no notes attached to this issue. |
Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
28 total queries executed. 25 unique queries executed. |