作者 邓超

1

@@ -262,7 +262,7 @@ function sync($email_id,$worker_id){ @@ -262,7 +262,7 @@ function sync($email_id,$worker_id){
262 262
263 }catch (Throwable $e){ 263 }catch (Throwable $e){
264 logs( 264 logs(
265 - $e->getMessage(), 265 + $e->getMessage().$e->getTraceAsString(),
266 LOG_PATH.'/imap/'.$email['email'].'.error.log' 266 LOG_PATH.'/imap/'.$email['email'].'.error.log'
267 ); 267 );
268 } 268 }