I want to let uWSGI only logging server errors and avoid the normal requests logs, because the file grow very fast, and all the requests logging does NGINX very well for me.
Finally the solution was quite simple:
logto = /var/log/uwsgi/uwsgi.log log-5xx = true disable-logging = true
According to the help:
-L|--disable-logging disable request logging