1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-01-23 18:53:36 +02:00
2021-10-17 14:54:48 +01:00

10 lines
312 B
TypeScript

// The sync debug log can be used to view from a single file a sequence of sync
// related events. In particular, it logs notes and folders being saved, and the
// relevant sync operations. Enable it in app.ts
import Logger from '../../Logger';
const syncDebugLog = new Logger();
export default syncDebugLog;