When run `bench start` can i remove this warning messages

is there a way to stop those messages in bench start terminla

Hi @MhmedRjb:

This kind of messages are written into the code for the purpose of warning other developers about future breaking changes, deprecated methods, etc …, and are really important in development environment (where you are using bench start).

You won’t see that on production mode.
Hope this helps

thank you @avc for answering so many questions,

I use print() statements for debugging and tracking data flow ;D when making developing on the server side.
so in my case those messages is annoying , but it’s okay then.