Syslog support

Resolve #5355
This commit is contained in:
syuilo 2019-08-30 08:29:46 +09:00
parent 1f890c5bed
commit 50abb51ece
4 changed files with 52 additions and 11 deletions

View file

@ -45,6 +45,11 @@ export type Source = {
deliverJobConcurrency?: number;
inboxJobConcurrency?: number;
syslog: {
host: string;
port: number;
};
};
/**