Logger Levels
update logger levels in calls
This commit is contained in:
parent
91ef9f238c
commit
50da89d861
86 changed files with 673 additions and 673 deletions
|
@ -17,7 +17,7 @@ function openid_content(App $a) {
|
|||
if($noid)
|
||||
$a->internalRedirect();
|
||||
|
||||
Logger::log('mod_openid ' . print_r($_REQUEST,true), LOGGER_DATA);
|
||||
Logger::log('mod_openid ' . print_r($_REQUEST,true), Logger::DATA);
|
||||
|
||||
if((x($_GET,'openid_mode')) && (x($_SESSION,'openid'))) {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue