Commit 2aef3345 authored by luhongguang's avatar luhongguang

update:去掉的发邮件

parent dd091625
...@@ -52,8 +52,8 @@ class ExceptionHandler ...@@ -52,8 +52,8 @@ class ExceptionHandler
$file_name = $e->getFile(); $file_name = $e->getFile();
$line_num = $e->getLine(); $line_num = $e->getLine();
$msg = ' file_name : ' . $file_name . ' line_num : ' . $line_num . ' message : ' . $message; // $msg = ' file_name : ' . $file_name . ' line_num : ' . $line_num . ' message : ' . $message;
FileLog::error(get_class($e) . ' handler', $msg, $e, 'luhongguang@yidian-inc.com'); // FileLog::error(get_class($e) . ' handler', $msg, $e, 'luhongguang@yidian-inc.com');
} }
if (is_string($e) || is_int($e)) { if (is_string($e) || is_int($e)) {
FileLog::error('exception handler', $e); FileLog::error('exception handler', $e);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment