Browse Source

enable logging

andre 1 year ago
parent
commit
039a84ed0e
1 changed files with 8 additions and 0 deletions
  1. 8 0
      core/App/AppContext.php

+ 8 - 0
core/App/AppContext.php

@@ -45,6 +45,14 @@ class AppContext
             ];
         }
 
+        logModuleCall(
+            'kerioEmail',
+            __FUNCTION__,
+            $app,
+            'Debug Application',
+            $result
+        );
+
         return $result;
     }