How to remove ssh,debug,packet message from log

Hello,

I have setup /system logging so:
Flags: X - disabled, I - invalid, * - default

TOPICS ACTION PREFIX

0 * info memory
1 * error memory
2 * warning memory
3 * critical echo
4 e-mail memory
5 critical email
6 firewall email

But I also get ssh,debug,packets in my 'memory' log like these:
20:55:52 ssh,debug,packet packet create: 94
20:55:52 ssh,debug,packet ----- sending -----
20:55:52 ssh,debug,packet => offset:64 [0x40]
20:55:52 ssh,debug,packet => size:40 [0x40]
20:55:52 ssh,debug,packet 0000 001c 115e 0000 0000 0000 0001 0d2e
20:55:52 ssh,debug,packet 1640 9fbd 9c9b 8aa6 82ea 9dda c950 bf91
20:55:52 ssh,debug,packet 96c7 9aca 6088 aa2e e638 b2df 5741 93a2
20:55:52 ssh,debug,packet 4aa4 d068 120f d70d 18a2 742e cff2 5b2d

How to remove ssh,debug,packet from the 'memory' log?

Please post the output of “/system logging export”.

/system logging add topics=ssh,debug,!packet

https://help.mikrotik.com/docs/display/ROS/Log

How to remove ssh,debug,packet from the ‘memory’ log?

You still see on memory old logs until you reboot …
Don’t are deleted not matched log on memory, until overwrited from newer logs.