Skip to content

[BUG] logging item removal #373

@sebbarg

Description

@sebbarg

Describe the bug

Possibly the tiniest issue ever :)

When calling Remove(Async), the following log entires are written:

calling RemoveAsync 
[MC] removing data (from memory)

This indicates that the item is only removed from L1, but not from L2, while it is in fact also removed from L2 (at least in my default setup)

Fix

Either remove "from memory" from the string
or
Add an additional log entry stating that the item is also remove from L2

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions