-
-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Logging is not working When using Zebra_Session #69
Comments
What exactly is not working? What is the error message? |
Sorry, It was a bug in my code. |
Hey, maybe you can tell me what you'd want different in the file logging? |
I always use this feature. Very handy when I write a lot of mobile apps backend. Zebra_Database/Zebra_Database.php Line 827 in df8d6dd
And set $db->debug = array(false,false,false), The logs goes to the log file & no debugging information printed on the screen.. 2nd one, when setting $db->debug = true, The get debugging information printed on screen but without log to logfile. It will be nice to enable both. I preferred log to file rather than on screen. Also, formatting the query will be great |
|
What about adding a new config parameter, for printing on screen, Ex. $db->printOnScreen = true/false - maybe set to false by default. |
I can't get Zebra_Database log queries to log file when using Zebra_Session.
I am using last version on both classes.
Logging is working great with out using the Session class
Any clues what cases this ?
The text was updated successfully, but these errors were encountered: