| Summary | /Db/Adapter/Pdo/Base.php does not Log in file. |
| Queue | Horde Base |
| Queue Version | 5.2.9 |
| Type | Bug |
| State | Not A Bug |
| Priority | 2. Medium |
| Owners | |
| Requester | pouyan.azari (at) uni-wuerzburg (dot) de |
| Created | 03/31/2016 (3639 days ago) |
| Due | |
| Updated | 03/07/2025 (376 days ago) |
| Assigned | |
| Resolved | 03/31/2016 (3639 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
State ⇒ Not A Bug
the Horde_Db constructor, because the logger itself may rely on a
Horde_Db connection, getting us into an infinite loop. Thus we can
only assign the real logger after the DB connection was successful.
Priority ⇒ 2. Medium
Patch ⇒ No
Milestone ⇒
Queue ⇒ Horde Base
Summary ⇒ /Db/Adapter/Pdo/Base.php does not Log in file.
Type ⇒ Bug
State ⇒ Unconfirmed
connection, does not log to the file.
Even when it is said that in the browser:
Details have been logged for the administrator.
I checked the file and commenting the statement at line 49:
//$e2->logged = true;
leads to error being logged to the log file, which is the correct attitude.
(We use LOCLAL_7 and rsyslog for logging)