mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-01-08 23:21:45 +00:00
test(e2e/app): disable debug logging
Debug logging seems to have been left enabled accidentally and is very spammy. Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
parent
a0b5da6c8b
commit
dcc4d56270
1 changed files with 0 additions and 1 deletions
|
@ -19,7 +19,6 @@ describe('App', () => {
|
|||
.useValue({
|
||||
domain: 'localhost',
|
||||
port: 3333,
|
||||
loglevel: 'debug',
|
||||
})
|
||||
.overrideProvider(getConfigToken('mediaConfig'))
|
||||
.useValue({
|
||||
|
|
Loading…
Reference in a new issue