e2e: debug log level for everyone!

This commit is contained in:
Michael Schurter
2019-07-18 06:55:27 -07:00
parent b66c6cfc2d
commit b73882882e
8 changed files with 27 additions and 16 deletions

View File

@@ -1,6 +1,7 @@
enable_debug = true
data_dir = "/opt/nomad/data"
bind_addr = "0.0.0.0"
log_level = "debug"
data_dir = "/opt/nomad/data"
bind_addr = "0.0.0.0"
# Enable the client
client {

View File

@@ -1,6 +1,7 @@
enable_debug = true
data_dir = "/opt/nomad/data"
bind_addr = "0.0.0.0"
log_level = "debug"
data_dir = "/opt/nomad/data"
bind_addr = "0.0.0.0"
# Enable the client
client {

View File

@@ -1,7 +1,10 @@
enable_debug = true
data_dir = "/opt/nomad/data"
bind_addr = "0.0.0.0"
log_level = "debug"
data_dir = "/opt/nomad/data"
bind_addr = "0.0.0.0"
datacenter = "dc2"
# Enable the client
client {
enabled = true

View File

@@ -1,6 +1,8 @@
enable_debug = true
data_dir = "/opt/nomad/data"
bind_addr = "0.0.0.0"
log_level = "debug"
data_dir = "/opt/nomad/data"
bind_addr = "0.0.0.0"
datacenter = "dc2"
# Enable the client
client {

View File

@@ -1,6 +1,7 @@
enable_debug = true
data_dir = "/opt/nomad/data"
bind_addr = "0.0.0.0"
log_level = "debug"
data_dir = "/opt/nomad/data"
bind_addr = "0.0.0.0"
# Enable the server
server {

View File

@@ -1,6 +1,7 @@
enable_debug = true
data_dir = "/opt/nomad/data"
bind_addr = "0.0.0.0"
log_level = "debug"
data_dir = "/opt/nomad/data"
bind_addr = "0.0.0.0"
# Enable the server
server {

View File

@@ -1,6 +1,7 @@
enable_debug = true
data_dir = "/opt/nomad/data"
bind_addr = "0.0.0.0"
log_level = "debug"
data_dir = "/opt/nomad/data"
bind_addr = "0.0.0.0"
# Enable the server
server {

View File

@@ -1,6 +1,7 @@
enable_debug = true
data_dir = "/opt/nomad/data"
bind_addr = "0.0.0.0"
log_level = "debug"
data_dir = "/opt/nomad/data"
bind_addr = "0.0.0.0"
# Enable the server
server {