Allow to completely disable logging.
This commit is contained in:
parent
b2e2d93bb0
commit
12a13f47bf
4 changed files with 94 additions and 74 deletions
server/types
|
@ -6,6 +6,7 @@ export type Version = string;
|
|||
|
||||
export class LoggingConfig {
|
||||
constructor(
|
||||
@Field("enabled") public enabled: boolean,
|
||||
@Field("directory") public directory: string,
|
||||
@Field("debug") public debug: boolean,
|
||||
@Field("profile") public profile: boolean,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue