python - Separate vassal logging with uWSGI emperor mode -


i'm running uwsgi 1.9.17 in emperor mode (with default config trusty's uwsgi-emperor package), , emperor's logs piping /var/log/uwsgi/emperor.log.

the emperor.log file contains stdout/err combined each vassal, , can't seem of vassals log separate file. i've tried using logto = /var/uwsgi/apps/vassal1.log config options no avail.

does have idea how vassals logging separate files?

to separate vassal logs emperor, can use logger:

logger = file:/var/uwsgi/apps/vassal1.log 

i'm not sure why logto doesn't work on vassals, loggers works fine. can specify should logged file (or using other plugins, not file). more on loggers can find here


Comments

Popular posts from this blog

sublimetext3 - what keyboard shortcut is to comment/uncomment for this script tag in sublime -

java - No use of nillable="0" in SOAP Webservice -

ubuntu - Laravel 5.2 quickstart guide gives Not Found Error -