mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-29 06:15:29 -04:00
Add config option for Disabling timestamp in log
Signed-off-by: Yannick Bungers <git@innay.de>
This commit is contained in:
parent
c368434387
commit
44a7bfdd9c
3 changed files with 14 additions and 7 deletions
|
@ -15,6 +15,7 @@ export function createDefaultMockAppConfig(): AppConfig {
|
|||
rendererBaseUrl: 'md-renderer.example.com',
|
||||
port: 3000,
|
||||
loglevel: Loglevel.ERROR,
|
||||
showLogTimestamp: true,
|
||||
persistInterval: 10,
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue