Browse Source

Updated with the APICAST_PAYLOAD_BASE64 flag

pull/1/head
Satish K. Pagare 8 years ago
parent
commit
b65329a722
  1. 5
      README.md

5
README.md

@ -188,6 +188,11 @@ export SYSLOG_PROTOCOL=tcp
export APICAST_MODULE=custom/verbose export APICAST_MODULE=custom/verbose
``` ```
Plain text logging of payload without base64 encoding:
```
export APICAST_PAYLOAD_BASE64=false
```
Then, you need to register a resolver in the nginx configuration (example using the Google DNS): Then, you need to register a resolver in the nginx configuration (example using the Google DNS):
``` ```
cat <<EOF > apicast/apicast.d/resolver.conf cat <<EOF > apicast/apicast.d/resolver.conf

Loading…
Cancel
Save