Tagged Questions

2
votes
2answers
531 views

You Log to Your DB, Where Do You Log When Your DB is Down?

I'm working with logging in PHP with Pear, and I get into a standard problem: can I use file-based logging when the DB is not available? I don't mind if it's slow due to concurrency issues, but it ...