mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-22 20:46:38 +08:00
6 lines
118 B
TypeScript
6 lines
118 B
TypeScript
import log from 'electron-log/main';
|
|
|
|
export const logger = log.scope('helper');
|
|
|
|
log.transports.file.level = 'info';
|