소스 검색

:memo: Log::debug('export article http request'

visuddhinanda 1 년 전
부모
커밋
fbd2fbd070
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/Console/Commands/ExportArticle.php

+ 1 - 1
app/Console/Commands/ExportArticle.php

@@ -135,7 +135,7 @@ class ExportArticle extends Command
                 'anthology'=> $this->option('anthology'),
                 'channel' => $this->option('channel'),
         ];
-
+        Log::debug('export article http request',['url'=>$url,'param'=>$urlParam]);
         if($this->option('token')){
             $response = Http::withToken($this->option('token'))->get($url,$urlParam);
         }else{