Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F118764953
D5571.1776002719.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
767 B
Referenced Files
None
Subscribers
None
D5571.1776002719.diff
View Options
diff --git a/plugins/kolab/Kolab/Configuration.php b/plugins/kolab/Kolab/Configuration.php
--- a/plugins/kolab/Kolab/Configuration.php
+++ b/plugins/kolab/Kolab/Configuration.php
@@ -128,6 +128,13 @@
$this->rc->config->set($key, true);
}
+ // We have to set activesync_debug mode directly on the logger, as the framework is already initialized
+ if (defined('KOLAB_SYNC_START')) {
+ if ($this->rc->logger) {
+ $this->rc->logger->mode = \kolab_sync_logger::DEBUG;
+ }
+ }
+
// SQL debug need to be set directly on DB object. Setting config variable will not work here
// because the object is already initialized/configured
if ($db = $this->rc->get_dbh()) {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Apr 12, 2:05 PM (1 w, 3 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18829263
Default Alt Text
D5571.1776002719.diff (767 B)
Attached To
Mode
D5571: Fixed setting activesync_debug
Attached
Detach File
Event Timeline