Generate LOG

General discussion of Mantis.

Moderators: Developer, Contributor

Post Reply
lgcarneiro
Posts: 14
Joined: 29 Sep 2010, 13:11

Generate LOG

Post by lgcarneiro »

Hello People!


How can i generate log of application?
Every time that i create custom_strings_inc.php file, my mantis 1.2.3 not work more.
I need to view log file to understand the problem.



Tks!
Luis Gustavo
mhonmon23
Posts: 76
Joined: 22 Sep 2010, 10:43

Re: Generate LOG

Post by mhonmon23 »

Hi,

Sorry this is not what you are looking for but what I provided is a working copy of my custom_string.
Hope somehow this will help.

Code: Select all

  $s_status_enum_string = '10:new,20:feedback,30:acknowledged,40:confirmed,50:assigned,53:in progress,56:resolved on dev,60:resolved on test,61:resolved on QA,64:resolved on stage,62:resolved on QA - client,66:resolved on stage - client,80:resolved,90:closed';

  $s_severity_enum_string = '8:none specified,9:question,10:feature,20:trivial,30:text,40:tweak,50:minor,60:major,70:crash,80:code red';

  $s_resolution_enum_string = '10:open,20:fixed,25:question answered,27:report delivered,30:reopened,40:unable to duplicate,50:not fixable,60:duplicate,70:not a bug,80:data source issue,90:won\'t fix';

Post Reply