The onepassword_connect_data docker volume has an ACTIVITY_EVENTS table in the sqlite database that never gets pruned - in our case it has grown to 14GB in the space of 3 weeks (and has previously filled up a disk where the volume had to be destroyed and re-made).
How should this be handled? I see there's a OP_LOG_LEVEL environment variable but it's not really documented what this does and what values it can be set to
The
onepassword_connect_datadocker volume has anACTIVITY_EVENTStable in the sqlite database that never gets pruned - in our case it has grown to 14GB in the space of 3 weeks (and has previously filled up a disk where the volume had to be destroyed and re-made).How should this be handled? I see there's a
OP_LOG_LEVELenvironment variable but it's not really documented what this does and what values it can be set to