-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
None
-
Affects Version/s: 5.0.4
-
Component/s: None
-
ALL
-
Hello,
I'm using TTL Indexes (https://docs.mongodb.com/manual/core/index-ttl/#expiration-of-data) The deleting works fine but I want to log the data removed.
The doc say : `When the TTL thread is active, you will see delete operations in the output of db.currentOp() or in the data collected by the database profiler.`
When I display the system profile, There are no information about the TTL and I need to log the trace of the remove.
I set the profiling level to 2.
Do you know if it's a bug or I didn't understand the monitoring ?