ログをデータベースに保存して管理画面で見れるように
This commit is contained in:
parent
f3ceb32a7c
commit
977af0a24d
29 changed files with 326 additions and 99 deletions
3
src/db/logger.ts
Normal file
3
src/db/logger.ts
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
import Logger from '../services/logger';
|
||||
|
||||
export const dbLogger = new Logger('db');
|
||||
Loading…
Add table
Add a link
Reference in a new issue