2025-02-27 15:46:27 +01:00
|
|
|
# Parameters:
|
|
|
|
# - host : Arrray of hostname or IP adresses separated by comma.
|
|
|
|
# - port : TCP or UDP port
|
|
|
|
# - protocol : udp, tcp or ssl
|
|
|
|
# - bsd : Using message format RFC_3164 when set to true. Using RFC_5424 (UDP) or RFC_5425 (TCP) when false
|
|
|
|
# - facility : The syslog facility identifier (0-23)
|
|
|
|
# - severity : The syslog sverity code 0-7
|
|
|
|
# - clienthostname : Name of the sending client host
|
|
|
|
# - clientapp : Name of the sending client application
|
|
|
|
|
2025-04-02 14:39:00 +02:00
|
|
|
syslog.1.host=log-qa-sto1-1.komreg.net
|
2025-02-27 15:46:27 +01:00
|
|
|
syslog.1.port=514
|
|
|
|
syslog.1.protocol=udp
|
|
|
|
syslog.1.bsd=false
|
|
|
|
syslog.1.facility=19
|
|
|
|
syslog.1.clientapp=eidas-proxy-service
|