Skip to content

Instantly share code, notes, and snippets.

@gmr
Created November 29, 2017 14:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gmr/bbc2ed6bdf79c6b6f82aa13bdd9f35de to your computer and use it in GitHub Desktop.
Save gmr/bbc2ed6bdf79c6b6f82aa13bdd9f35de to your computer and use it in GitHub Desktop.
2017/11/29 14:20:09.628249 [INFO] envconsul v0.7.2 (a508c43)
2017/11/29 14:20:09.629523 [INFO] (runner) creating new runner (once: false)
2017/11/29 14:20:09.630590 [DEBUG] (runner) final config: {"Consul":{"Address":"127.0.0.1:8500","Auth":{"Enabled":false,"Username":"","Password":""},"Retry":{"Attempts":12,"Backoff":1000000000,"MaxBackoff":120000000000,"Enabled":true},"SSL":{"CaCert":"","CaPath":"","Cert":"","Enabled":false,"Key":"","ServerName":"","Verify":true},"Token":"","Transport":{"DialKeepAlive":30000000000,"DialTimeout":30000000000,"DisableKeepAlives":false,"IdleConnTimeout":90000000000,"MaxIdleConns":100,"MaxIdleConnsPerHost":2,"TLSHandshakeTimeout":10000000000}},"Exec":{"Command":"/usr/local/bin/test-script.sh","Enabled":true,"Env":{"Blacklist":[],"Custom":["CUSTOM_ENV_VAR=FOUND","PATH=$PATH:/etc/myapp/bin"],"Pristine":false,"Whitelist":[]},"KillSignal":15,"KillTimeout":5000000000,"ReloadSignal":null,"Splay":5000000000,"Timeout":0},"KillSignal":2,"LogLevel":"debug","MaxStale":60000000000,"PidFile":"/var/run/test-app.pid","Prefixes":[{"Format":"","NoPrefix":true,"Path":"services/test-app"}],"Pristine":false,"ReloadSignal":1,"Sanitize":true,"Secrets":[],"Syslog":{"Enabled":false,"Facility":"LOCAL0"},"Upcase":true,"Vault":{"Address":"https://vault.service._default.consul:8200","Enabled":true,"Grace":300000000000,"RenewToken":true,"Retry":{"Attempts":12,"Backoff":1000000000,"MaxBackoff":120000000000,"Enabled":true},"SSL":{"CaCert":"/etc/ssl/vault-client/cacert.pem","CaPath":"","Cert":"/etc/ssl/vault-client/cert.pem","Enabled":true,"Key":"/etc/ssl/vault-client/key.pem","ServerName":"","Verify":true},"Transport":{"DialKeepAlive":30000000000,"DialTimeout":30000000000,"DisableKeepAlives":false,"IdleConnTimeout":90000000000,"MaxIdleConns":100,"MaxIdleConnsPerHost":2,"TLSHandshakeTimeout":10000000000},"UnwrapToken":false},"Wait":{"Enabled":false,"Min":0,"Max":0}}
2017/11/29 14:20:09.631198 [INFO] (runner) creating watcher
2017/11/29 14:20:09.631200 [DEBUG] (watcher) adding vault.token
2017/11/29 14:20:09.631558 [INFO] (runner) starting
2017/11/29 14:20:09.631625 [DEBUG] (watcher) adding kv.list(services/test-app)
2017/11/29 14:20:09.634506 [DEBUG] (runner) receiving dependency kv.list(services/test-app)
2017/11/29 14:20:09.634593 [INFO] (runner) running
2017/11/29 14:20:09.634688 [DEBUG] (runner) setting FOO="bar" from kv.list(services/test-app)
2017/11/29 14:20:09.634736 [DEBUG] (runner) setting PASSWORD="secret" from kv.list(services/test-app)
2017/11/29 14:20:09.634783 [INFO] (child) spawning: /usr/local/bin/test-script.sh
BASH=/bin/bash
BASHOPTS=cmdhist:complete_fullquote:extquote:force_fignore:hostcomplete:interactive_comments:progcomp:promptvars:sourcepath
BASH_ALIASES=()
BASH_ARGC=()
BASH_ARGV=()
BASH_CMDS=()
BASH_LINENO=([0]="0")
BASH_SOURCE=([0]="/usr/local/bin/test-script.sh")
BASH_VERSINFO=([0]="4" [1]="3" [2]="11" [3]="1" [4]="release" [5]="x86_64-pc-linux-gnu")
BASH_VERSION='4.3.11(1)-release'
DIRSTACK=()
ENVIRONMENT=_default
EUID=0
FOO=bar
GROUPS=()
HOSTNAME=default-aweber-ubuntu-trusty
HOSTTYPE=x86_64
IFS=$' \t\n'
MACHTYPE=x86_64-pc-linux-gnu
OPTERR=1
OPTIND=1
OSTYPE=linux-gnu
PASSWORD=secret
PATH=/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/sbin:/sbin:/bin
PPID=1685
PS4='+ '
PWD=/
SHELL=/bin/bash
SHELLOPTS=braceexpand:hashall:interactive-comments
SHLVL=1
TERM=linux
UID=0
UPSTART_INSTANCE=
UPSTART_JOB=test-app
_=/bin/bash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment