Przeglądaj źródła

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

visuddhinanda 1 rok temu
rodzic
commit
fbd2fbd070
1 zmienionych plików z 1 dodań i 1 usunięć
  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'),
                 'anthology'=> $this->option('anthology'),
                 'channel' => $this->option('channel'),
                 'channel' => $this->option('channel'),
         ];
         ];
-
+        Log::debug('export article http request',['url'=>$url,'param'=>$urlParam]);
         if($this->option('token')){
         if($this->option('token')){
             $response = Http::withToken($this->option('token'))->get($url,$urlParam);
             $response = Http::withToken($this->option('token'))->get($url,$urlParam);
         }else{
         }else{