Skip to content

MRQ_MONGODB_LOGS_SIZE seems to be non working #112

Description

@niksite

Hi,

I have added the following environment value to make logs db capped:
- MRQ_MONGODB_LOGS_SIZE=100000000

But I see the following in the db:

# mongo
...
> use mrq
switched to db mrq
> db.mrq_logs.stats()
{
    "ns" : "mrq.mrq_logs",
    "count" : 19755,
    "size" : 30191135,
    "avgObjSize" : 1528,
    "storageSize" : 8024064,
    "capped" : false,
    "wiredTiger" : {
...

So, it seems not to be capped yet.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions