Skip to main content

MongoDB

The MongoDB provider persists logs into a MongoDB collection using Mongoose.

Config

FieldTypeRequiredDefaultNotes
providermongodb✅ YesSelects the MongoDB provider.
enabledboolean❌ NotrueEnables/disables logging globally.
serviceNamestring❌ NoSaved on each log entry if set.
retentionDaysnumber❌ NoIf set, old MongoDB log records are deleted daily.
uristring✅ YesMongoDB connection string.
schemaNamestring❌ NoOptional schema name override.