debug mode

This commit is contained in:
2023-07-07 17:44:45 +02:00
parent 130cd41438
commit e6977298f4
3 changed files with 13 additions and 1 deletions

View File

@@ -15,10 +15,11 @@ docker build . -t docker.asperti.com/paspo/syslog-forwarder
## environment
Variable | Default | Description
--------------|-----------|---------------------------
--------------|-----------|----------------------------------------------------
TARGET_HOST | 127.0.0.1 | target server IP/hostname
TARGET_PROTO | tcp | `tcp` or `udp`
TARGET_PORT | 514 | target server syslog port
DEBUG | 0 | if != 0, every received log line is shown on stdout
## run