Logger Levels
update logger levels in calls
This commit is contained in:
@@ -35,7 +35,7 @@ class DatabaseSessionHandler extends BaseObject implements SessionHandlerInterfa
|
||||
Session::$exists = true;
|
||||
return $session['data'];
|
||||
}
|
||||
Logger::log("no data for session $session_id", LOGGER_TRACE);
|
||||
Logger::log("no data for session $session_id", Logger::TRACE);
|
||||
|
||||
return '';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user