Does anyone have a Debian grep command to filter the logs so that I can see if I have any errors that are not context canceled or untrusted satellite?
I tied docker logs storagenode 2>&1 | grep
using ^ and ! and ^(!) type of syntax and Debian terminal says not known.
Essentially, I want to say grep error !context canceled and !untrusted peer