mirror of
https://github.com/Karaka-Management/oms-OnlineResourceWatcher.git
synced 2026-02-12 14: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(
|
$this->app->logger->warning(
|
||||||
FileLogger::MSG_FULL, [
|
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__,
|
'line' => __LINE__,
|
||||||
'file' => self::class,
|
'file' => self::class,
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user