X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=shared%2Fextra-utils%2Flogs%2Flogs-command.ts;h=f34c58c47eb2e0962d928675071f9199f921e924;hb=a1637fa1e25b60a88f7cfe50aac8953f50d55761;hp=f7594734daa57876f8c8e33cf2b5714b112e0a1b;hpb=a92ddacb38a4a17e117ca9ed41680a03580fb81d;p=github%2FChocobozzz%2FPeerTube.git 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 { path, query: { startDate, endDate, level }, + implicitToken: true, defaultExpectedStatus: HttpStatusCode.OK_200 }) } @@ -34,6 +35,7 @@ export class LogsCommand extends AbstractCommand { path, query: { startDate, endDate }, + implicitToken: true, defaultExpectedStatus: HttpStatusCode.OK_200 }) }