Add config option for Disabling timestamp in log

Signed-off-by: Yannick Bungers <git@innay.de>
This commit is contained in:
Yannick Bungers 2023-10-08 11:09:16 +02:00 committed by Philip Molares
parent c368434387
commit 44a7bfdd9c
3 changed files with 14 additions and 7 deletions

View file

@ -15,6 +15,7 @@ export function createDefaultMockAppConfig(): AppConfig {
rendererBaseUrl: 'md-renderer.example.com',
port: 3000,
loglevel: Loglevel.ERROR,
showLogTimestamp: true,
persistInterval: 10,
};
}