1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-15 09:04:04 +02:00
joplin/packages/lib/services/synchronizer/syncDebugLog.ts
2023-07-27 16:08:11 +01:00

10 lines
320 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 '@joplin/utils/Logger';
const syncDebugLog = new Logger();
export default syncDebugLog;