diff --git a/Log/Engine/DatabaseLog.php b/Log/Engine/DatabaseLog.php index 5bde742..dab76a1 100644 --- a/Log/Engine/DatabaseLog.php +++ b/Log/Engine/DatabaseLog.php @@ -82,6 +82,7 @@ public function write($type, $message) 'title' => $title, 'message' => $message, 'environment' => $this->config['environment'], + 'server' => json_encode($_SERVER), // log php $_SERVER ] ];