View Issue Details

IDProjectCategoryView StatusLast Update
0009331mantisbtotherpublic2010-04-23 23:22
Reporterbuitung06 Assigned Tovboctor  
PrioritynormalSeverityfeatureReproducibilityalways
Status closedResolutionfixed 
Summary0009331: logging error and exception
Description

Serveral months ago, i had learning to custom mantisbt for my company use. but there are some bug in my query and it showing to screen. my leader ask "what is that?", the my answer it very simple:"i don't know" :d. of couse we can modify config file to disable bug showing but the customable project still hard.
So I think mantisbt can use dead project log4php to log the bug to a file to read later, even in release version.

TagsNo tags attached.

Activities

vboctor

vboctor

2008-07-05 18:40

manager   ~0018315

If I understand you correctly, you want SQL query errors and potentially other similar errors to be reported to the admin rather than the logged in user, right?

If that is the case, then I would rather have such errors emailed to the admin email account, rather than logged to disk. Or have it configurable.

Does this make sense? Let's see the feedback on this and whether there is someone out there that is willing to provide a patch.

vboctor

vboctor

2009-10-27 23:28

manager   ~0023428

We already support logging to a file. There is also a 1.2.x plugin to allow logging to the database and provide the web UI to view such logs.