Summary | Share doesn't log Db errors |
Queue | Horde Framework Packages |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | mrubinsk (at) horde (dot) org |
Requester | jan (at) horde (dot) org |
Created | 12/06/2010 (5384 days ago) |
Due | |
Updated | 12/07/2010 (5383 days ago) |
Assigned | 12/06/2010 (5384 days ago) |
Resolved | 12/07/2010 (5383 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
Clean up exceptions and logging.
Inject Horde_Log_Logger, don't log exceptions from Horde_Db_Adapter
when running queries, since those would be logged by the adapter,
don't log queries in client code, it's logged by the adapter.
Partially relates to
Bug: 9430http://git.horde.org/horde-git/-/commit/14800f5a422cf05a2a1e01394488273b5da7232f
Exceptions should be logged at error level, not debug.
Bug: 9430http://git.horde.org/horde-git/-/commit/864d3e31153b28c99b9a21962ddfff18a54375d0
didn't run the migration scripts yet.
State ⇒ Feedback
this would affect any Horde_Db using code (if its due to no attached
logger).
What were you doing when you got the error, and do you know what the
error was?
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Share doesn't log Db errors
Queue ⇒ Horde Framework Packages
Assigned to Michael Rubinsky
Milestone ⇒
Patch ⇒ No
State ⇒ Assigned
logger attached, but I just got an SQL error from Kronolith's shares
that hasn't been logged to the Horde log.