kopia lustrzana https://github.com/nextcloud/social
Merge pull request #342 from nextcloud/misc/noid/details-on-fail-to-async
Provide more details in logs on fail to asyncpull/348/head
commit
8e75e9a8ba
|
@ -238,9 +238,9 @@ class CurlService {
|
|||
$this->request($request);
|
||||
} catch (Exception $e) {
|
||||
$this->miscService->log(
|
||||
'Cannot initiate AsyncWithToken ' . json_encode($token) . ' ' . json_encode($e), 1
|
||||
'Cannot initiate AsyncWithToken ' . json_encode($token) . ' (' . get_class($e)
|
||||
. ' - ' . json_encode($e) . ')', 1
|
||||
);
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue