API Reference > core-backend > SQLiteDb > CloudSqlite > CloudSqlite.LoggingMask CloudSqlite.LoggingMask Enumeration Logging categories for CloudCache.setLogMask Members Name Value Description None 0 Disable logging HTTP 1 log all HTTP requests and responses DirtyBlocks 2 log as blocks become dirty and must be uploaded AddToDelete 4 log as blocks are added to the delete list LifecycleEvents 8 log container lifecycle events (e.g. authorization requests, disconnects, and state transitions) All 255 Turn on all logging categories Defined in backend/src/CloudSqlite.ts Line 148 Last Updated: 29 September, 2023