Skip to content

Commit

Permalink
Remove logging configuration, not the right module
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Harvey committed Jul 7, 2015
1 parent 4a702e5 commit bb49230
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions _config.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,3 @@
if($dynamoSession) {
$dynamoSession->register();
}

if(defined('AWS_SYSLOG_LEVEL')) {
$sysLogWriter = new SS_SysLogWriter();
SS_Log::add_writer($sysLogWriter, (int)AWS_SYSLOG_LEVEL, '<=');
}

0 comments on commit bb49230

Please sign in to comment.