aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/extra-utils/logs/logs-command.ts
diff options
context:
space:
mode:
Diffstat (limited to 'shared/extra-utils/logs/logs-command.ts')
-rw-r--r--shared/extra-utils/logs/logs-command.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/shared/extra-utils/logs/logs-command.ts b/shared/extra-utils/logs/logs-command.ts
index f7594734d..f34c58c47 100644
--- a/shared/extra-utils/logs/logs-command.ts
+++ b/shared/extra-utils/logs/logs-command.ts
@@ -17,6 +17,7 @@ export class LogsCommand extends AbstractCommand {
17 17
18 path, 18 path,
19 query: { startDate, endDate, level }, 19 query: { startDate, endDate, level },
20 implicitToken: true,
20 defaultExpectedStatus: HttpStatusCode.OK_200 21 defaultExpectedStatus: HttpStatusCode.OK_200
21 }) 22 })
22 } 23 }
@@ -34,6 +35,7 @@ export class LogsCommand extends AbstractCommand {
34 35
35 path, 36 path,
36 query: { startDate, endDate }, 37 query: { startDate, endDate },
38 implicitToken: true,
37 defaultExpectedStatus: HttpStatusCode.OK_200 39 defaultExpectedStatus: HttpStatusCode.OK_200
38 }) 40 })
39 } 41 }