Logger: Remove unused options.

All of our loggers have timestamp: true.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2021-03-31 15:37:22 -07:00
parent 9b550d6e4f
commit cc844e6905
9 changed files with 4 additions and 44 deletions

View File

@@ -5,7 +5,6 @@ import Logger from "./logger-util";
const logger = new Logger({
file: "enterprise-util.log",
timestamp: true,
});
// TODO: replace enterpriseSettings type with an interface once settings are final