Authored by 於志远

入参日志

... ... @@ -54,6 +54,9 @@ class Lib_Plugin_Log extends Framework_YPlugin
$query = array();
//注释掉日志
// Facade_Log::add($key, $actionName, $input, $output);
if(defined('SSO_LOG') && SSO_LOG){
@file_put_contents('/Data/logs/php/sso-abstruct-'.date('Y-m-d').'.log', '时间['.date('H:i:s').']-动作:'.$actionName.' 入参:'.$input.' 出参:'.$output."\n", FILE_APPEND);
}
}
}
}
... ...