> I guess so :) but now I am getting > > > > [uWSGI] getting YAML configuration from --snip--.yaml > log encoder "msgpack" not found > unlink(): No such file or directory [core/uwsgi.c line 1495] > [emperor] removed uwsgi instance --snip--.yaml > > Did msgpack got get compiled into 1.9.16 when installing from PIP? > > -Jason Swindle :)
No, you have to do UWSGI_EMBED_PLUGINS=msgpack pip install uwsgi > > > > > > > On 9/16/13 11:02 AM, "Roberto De Ioris" <[email protected]> wrote: > >> >>> Howdy, >>> >>> Trying to use the new log-format with msgpack and log stash is not >>>liking >>> it. What am I doing wrong? >>> >>> >>> ## uWSGI Version >>> # uwsgi --version >>>> 1.9.16 >>> >>> ## uWSGI Config (in Yaml) >>> logger: socket:localhost:1717 >>> log-format: msgpack >>> map:3|str:message|msg|str:hostname|str:%h|str:version|str:%V >> >> >>log-encoder not log-format :) >> >>(i have found an error in the msgpack docs, maybe you have been fooled by >>it) >> >>-- >>Roberto De Ioris >>http://unbit.it >>_______________________________________________ >>uWSGI mailing list >>[email protected] >>http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi > > _______________________________________________ > uWSGI mailing list > [email protected] > http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi > -- Roberto De Ioris http://unbit.it _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
