mirror of
https://github.com/Karaka-Management/oms-OnlineResourceWatcher.git
synced 2026-01-23 21:28:41 +00:00
loan/investment/fleetmgmt fixes
This commit is contained in:
parent
c4b205765e
commit
7264b09cd2
|
|
@ -360,7 +360,7 @@ final class ApiController extends Controller
|
|||
|
||||
$this->app->logger->warning(
|
||||
FileLogger::MSG_FULL, [
|
||||
'message' => 'Resource "' . $resource->id . ': ' . $resource->uri . '" took too long to download.',
|
||||
'message' => 'Resource "' . $resource->id . ': ' . $resource->uri . '" took too long to download (' . $time . ' s).',
|
||||
'line' => __LINE__,
|
||||
'file' => self::class,
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user