diff options
author | Mario <mario@mariovavti.com> | 2020-11-12 09:00:56 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2020-11-12 09:00:56 +0000 |
commit | 06273e980e7aa978d0145f1e5ecd92cbc2aef66e (patch) | |
tree | a03f9f11785b6baf6af7a2cccb8b1acc6613abef /Zotlabs/Lib/LDSignatures.php | |
parent | bafbf0416462c6f18c3fb6c8c06a063c8d6fdae6 (diff) | |
parent | c879e5de44d8a29fb3d3aa0902f44a85add8ef99 (diff) | |
download | volse-hubzilla-5.0.1.tar.gz volse-hubzilla-5.0.1.tar.bz2 volse-hubzilla-5.0.1.zip |
Merge branch 'dev'5.0.1
Diffstat (limited to 'Zotlabs/Lib/LDSignatures.php')
-rw-r--r-- | Zotlabs/Lib/LDSignatures.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Zotlabs/Lib/LDSignatures.php b/Zotlabs/Lib/LDSignatures.php index 16c8cfc18..2eba66ccf 100644 --- a/Zotlabs/Lib/LDSignatures.php +++ b/Zotlabs/Lib/LDSignatures.php @@ -93,7 +93,8 @@ class LDSignatures { $d = jsonld_normalize($data,[ 'algorithm' => 'URDNA2015', 'format' => 'application/nquads' ]); } catch (\Exception $e) { - logger('normalise error:' . print_r($e,true)); + // Don't log the exception - this can exhaust memory + // logger('normalise error:' . print_r($e,true)); logger('normalise error: ' . print_r($data,true)); } |