2c6855f163
- Install uwsgi.ini - Fix signed/unsigned comparison in emperor_amqp OBS-URL: https://build.opensuse.org/package/show/server:http/uwsgi?expand=0&rev=6
10 lines
276 B
Diff
10 lines
276 B
Diff
--- a/plugins/systemd_logger/systemd_logger.c
|
|
+++ b/plugins/systemd_logger/systemd_logger.c
|
|
@@ -1,5 +1,6 @@
|
|
#include "../../uwsgi.h"
|
|
|
|
+#include <syslog.h>
|
|
#include <systemd/sd-journal.h>
|
|
|
|
ssize_t uwsgi_systemd_logger(struct uwsgi_logger *ul, char *message, size_t len) {
|