Closed jwillmer closed 2 years ago
I'm not able to get a mongo collection with the capped option using the config example from the README.
Below is my configuration:
... "WriteTo": [ { "Name": "MongoDB", "Args": { "databaseUrl": "mongodb://localhost:27017/site-monitor", "collectionName": "monitoring.logs", "restrictedToMinimumLevel": "Warning", "cappedMaxSizeMb": "50", "cappedMaxDocuments": "1000" } } ...
Do I miss something or is there a way to debug?
@Jaben can U comment on it?
It's fixed in v5.1.2 (latest).
the max value of the two variable?
"cappedMaxSizeMb" "cappedMaxDocuments"
I'm not able to get a mongo collection with the capped option using the config example from the README.
Below is my configuration:
Do I miss something or is there a way to debug?