Skip to content

Commit

Permalink
log php $_SERVER
Browse files Browse the repository at this point in the history
  • Loading branch information
freefri committed Mar 19, 2014
1 parent 09a14bf commit aa89313
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Log/Engine/DatabaseLog.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ public function write($type, $message)
'title' => $title,
'message' => $message,
'environment' => $this->config['environment'],
'server' => json_encode($_SERVER), // log php $_SERVER
]
];

Expand Down

0 comments on commit aa89313

Please sign in to comment.