kore/include/kore
Joris Vink 7f56c7dbf2 Change how worker processes do logging.
Before each worker process would either directly print to stdout if
Kore was running in foreground mode, or syslog otherwise.

With this commit the workers will submit their log messages to the
parent process who will either put it onto stdout or syslog.

This change in completely under the hood and users shouldn't care about it.
2021-09-06 13:28:38 +02:00
..
acme.h bump copyright year. 2021-01-11 23:46:08 +01:00
curl.h bump copyright year. 2021-01-11 23:46:08 +01:00
hooks.h Move Kore hook functions to kore/hooks.h. 2021-01-11 23:58:26 +01:00
http.h Add the http_pretty_error configuration option. 2020-03-04 08:22:51 +01:00
jsonrpc.h Move header files to include/kore. 2018-03-30 13:45:29 +02:00
kore.h Change how worker processes do logging. 2021-09-06 13:28:38 +02:00
pgsql.h bump copyright year. 2021-01-11 23:46:08 +01:00
python_api.h Major Python API improvements. 2021-05-02 00:32:47 +02:00
python_methods.h Add support for setting curlopts in kore.httpclient. 2021-08-27 10:05:30 +02:00
seccomp.h KORE_SECCOMP_FILTER() does not require a semicolumn. 2021-03-23 15:03:47 +01:00
tasks.h Changes to the event loop inside of Kore. 2018-10-09 19:34:40 +02:00