My system.log is full of the message "main.INFO: Consumer "async.operations.all" skipped as required connection "amqp" is not configured. Unknown connection name amqp"
I believe the way to stop this message is to disable WebapiAsync I am just worried this will affect something else.
Has anyone disabled WebapiAsync without any issues?
Thanks
Solved! Go to Solution.
@miller75 yeah will be an alternative too.
I would suggest set this command on cron so that it will delete only this peice of log from the log file and you don't have to check or do it manually.
Hope it helps!
Thanks
@miller75 I would suggest you can set a cron which can clear your logs at every week or per day or the time which suits you.
As by this you don't have to disable anything and your logs will be cleared at a particular interval.
Hope it helps!
Thanks
Thanks for the reply
Your comment has given me an alternate idea, rather than clearing the logs completely if I use
sed '/amqp/d;' -i system.log
It will delete the nuisance lines and keep anything else that ma be usefull
Thanks again
@miller75 yeah will be an alternative too.
I would suggest set this command on cron so that it will delete only this peice of log from the log file and you don't have to check or do it manually.
Hope it helps!
Thanks