Skip to content

Commit 3f66c30

Browse files
committed
Enable logs (#1502)
1 parent eef51cf commit 3f66c30

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/Routers/FeaturesRouter.js

+5-5
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ export class FeaturesRouter extends PromiseRouter {
1919
delete: false,
2020
},
2121
logs: {
22-
level: false,
23-
size: false,
24-
order: false,
25-
until: false,
26-
from: false,
22+
level: true,
23+
size: true,
24+
order: true,
25+
until: true,
26+
from: true,
2727
},
2828
push: {
2929
immediatePush: req.config.pushController.pushIsAvailable,

0 commit comments

Comments
 (0)