diff --git a/database/src/AppDatabase.ts b/database/src/AppDatabase.ts index 529321649..2a6181a26 100644 --- a/database/src/AppDatabase.ts +++ b/database/src/AppDatabase.ts @@ -1,9 +1,9 @@ import { DataSource as DBDataSource, FileLogger } from 'typeorm' import { Migration, entities } from './entity' +import { getLogger } from 'log4js' import { latestDbVersion } from '.' import { CONFIG } from './config' -import { getLogger } from 'log4js' import { LOG4JS_BASE_CATEGORY_NAME } from './config/const' const logger = getLogger(`${LOG4JS_BASE_CATEGORY_NAME}.AppDatabase`)