| Previous topic :: Next topic |
| Author |
Message |
jonb
Joined: 25 May 2007
Posts: 42
Location: Santa Fe, NM
|
| Posted: Mon Jun 11, 2007 3:49 pm Post subject: debug logging |
|
|
| I'm currently in the process of developing a module. I've discovered the SQL logging in PearDatabase.php with the $this->database->debug = true; line, but I'm at a loss to actually get the debug messages in the /logs files. Does anyone know where this can be turned on at? |
|
| Back to top |
|
jonb
Joined: 25 May 2007
Posts: 42
Location: Santa Fe, NM
|
| Posted: Mon Jun 11, 2007 4:55 pm Post subject: debug logging |
|
|
| Eh, nevermind on this one. I changed FATAL to DEBUG in various parts of log4php.properties and I'm getting debug output in the log files now. Any additional comments on debugging are appreciated however :) |
|
| Back to top |
|
| |