cqp 3 tygodni temu
rodzic
commit
6fb3deccd7
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      app/Http/Middleware/RequestLog.php

+ 1 - 1
app/Http/Middleware/RequestLog.php

@@ -31,7 +31,7 @@ class RequestLog
             $ip = '0.0.0.0';
         }
         $params = $request->all();
-        if($request->path() != 'api/man_device_lf'){
+        if($request->path() != 'api/man_device_lf' || $request->path() != 'api/man_device_hc'){
             Log::channel('request')->info('request', ['param'=>$params,'ip' => $ip,'uri'=>$request->path()]);
         }