> Howdy, > > > I am loving that uWSGI can publish it's own logs to Redis, but sadly the > data is not formatted for LogStash to index correctly. Is there a a way > to make the log format JSON and in LogStash format? > > > Thanks!, > Jason Swindle > _______________________________________________ > uWSGI mailing list > [email protected] > http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi >
Request logs can be formatted: http://uwsgi-docs.readthedocs.org/en/latest/LogFormat.html [uwsgi] logformat = {"foo":"bar", "line":"%(method) %(uri) %(proto)"... } ugly but should works :) -- Roberto De Ioris http://unbit.it _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
