We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0bed5d commit 5fa9f72Copy full SHA for 5fa9f72
src/Config.js
@@ -6,7 +6,7 @@ import { isBoolean, isString } from 'lodash';
6
import net from 'net';
7
import AppCache from './cache';
8
import DatabaseController from './Controllers/DatabaseController';
9
-import { logLevels as ctrlLogLevels } from './Controllers/LoggerController';
+import LoggerController from './Controllers/LoggerController';
10
import {
11
AccountLockoutOptions,
12
FileUploadOptions,
0 commit comments