mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-19 04:30:43 +01:00
probably a regression of the last startup changes. Also added a test for this to the testbench. closes https://github.com/rsyslog/rsyslog/issues/172
11 lines
322 B
Plaintext
11 lines
322 B
Plaintext
# rgerhards, 2014-12-04
|
|
$IncludeConfig diag-common.conf
|
|
|
|
global(localHostName="rsyslog-testbench-hostname")
|
|
|
|
module(load="../plugins/imuxsock/.libs/imuxsock" sysSock.use="off")
|
|
input(type="imuxsock" Socket="testbench_socket")
|
|
|
|
template(name="outfmt" type="string" string="%hostname:%\n")
|
|
local1.* ./rsyslog.out.log;outfmt
|