1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-18 09:35:20 +02:00
joplin/packages/lib/services/synchronizer/syncDebugLog.ts

10 lines
320 B
TypeScript
Raw Normal View History

// 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
2021-10-15 13:39:08 +02:00
// relevant sync operations. Enable it in app.ts
import Logger from '@joplin/utils/Logger';
const syncDebugLog = new Logger();
export default syncDebugLog;