INFO Serverity not in serverities-list
Reported by DracoBlue | January 29th, 2009 @ 07:36 PM | in 0.1
In AgaviDebugFiler.class.php
Currently:
$result['severities'] = array(
200 => 'SILENT',
300 => 'NOTICE',
400 => 'ERROR',
500 => 'CRITICAL',
);
Should be:
$result['severities'] = array(
100 => 'INFO',
200 => 'SILENT',
300 => 'NOTICE',
400 => 'ERROR',
500 => 'CRITICAL',
);
Please fix that, so I can use that as svn:external instead of copying :).
- Jan
Comments and changes to this ticket
-

-

Veikko Mäkinen February 11th, 2009 @ 02:52 PM
- Milestone set to 0.1
- State changed from new to resolved
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »