Skip to content

Commit

Permalink
Enable logs
Browse files Browse the repository at this point in the history
  • Loading branch information
drew-gross committed Apr 14, 2016
1 parent fc1cdd4 commit 6b46051
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/Routers/FeaturesRouter.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ export class FeaturesRouter extends PromiseRouter {
delete: false,
},
logs: {
level: false,
size: false,
order: false,
until: false,
from: false,
level: true,
size: true,
order: true,
until: true,
from: true,
},
push: {
immediatePush: req.config.pushController.pushIsAvailable,
Expand Down

0 comments on commit 6b46051

Please sign in to comment.