>> The claim on http://uwsgi-docs.readthedocs.org/en/latest/Logging.html that
>>  ... logger = file:/tmp/foobar # This logger will log everything as
>> it's not named ...
>>
>> seems to not be true, it doesn't log to tty like that
>>
>
> can't reproduce the problem:
>
> ./uwsgi --logger file:/dev/tty -s :3031 -M
>
> works
>
> ./uwsgi --logger file:/dev/tty -s :3031 -M --logger file:/dev/tty
>
> works with doubled lines

uwsgi --logger file:/dev/tty -s :3031 -M --logger "stdout
file:/dev/tty" --log-route "stdout ^"

this shows just a single line .. and adding --log-encoder
"prefix:stdout !!!" shows it's the stdout logger that displays the
output.
_______________________________________________
uWSGI mailing list
[email protected]
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi

Reply via email to