mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
debuging usage
This commit is contained in:
parent
e1ebf153cb
commit
585b904b80
1 changed files with 3 additions and 0 deletions
|
|
@ -66,6 +66,9 @@ class UsageHook extends Usage
|
|||
$time = 'inf' === $period ? null : date($format, time());
|
||||
$id = \md5("{$time}_{$period}_{$key}");
|
||||
|
||||
var_dump($key);
|
||||
var_dump($value);
|
||||
var_dump('-------------');
|
||||
try {
|
||||
$dbForProject->createDocument('stats_v2', new Document([
|
||||
'$id' => $id,
|
||||
|
|
|
|||
Loading…
Reference in a new issue