> 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
