Hello everybody.
I have a problem with type-c LAN card of one of my laptops - it’s not going to sleep mode with laptop. It’s not an issue for me but it generates a looooot of logs like
ether2-LAN link down
ether2-LAN link up (speed 1G, full duplex)"
every 5 seconds.
Is it possible to delete these lines from ROS logs via script and scheduler?
I can only clean logs completely, but it’s not acceptable for me, so I’m looking for a way to clean only these lines. For now I found only the way how to get these records
:local string1 [/log find message~"ether2-LAN link down"];
:local string2 [/log find message~"ether2-LAN link up (speed 1G, full duplex)"];