File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -17,9 +17,9 @@ ports {
1717}
1818addresses {
1919 # Default to `bind_addr`. Or set individually here.
20- # http = "127.0.0.1:4646 "
21- # rpc = "127.0.0.1:4647 "
22- # serf = "127.0.0.1:4648 "
20+ # http = "127.0.0.1"
21+ # rpc = "127.0.0.1"
22+ # serf = "127.0.0.1"
2323}
2424advertise {
2525 http = " 127.0.0.1:4646"
@@ -45,6 +45,7 @@ consul {
4545
4646plugin "dtle" {
4747 config {
48+ log_level = " INFO"
4849 data_dir = " /dtle/var/lib/nomad"
4950 nats_bind = " 127.0.0.1:8193"
5051 nats_advertise = " 127.0.0.1:8193"
Original file line number Diff line number Diff line change @@ -54,6 +54,7 @@ consul {
5454
5555plugin "dtle" {
5656 config {
57+ log_level = " Info" # repeat nomad log level here
5758 data_dir = " INSTALL_PREFIX_MAGIC/var/lib/nomad"
5859 nats_bind = " 127.0.0.1:8193"
5960 nats_advertise = " 127.0.0.1:8193"
You can’t perform that action at this time.
0 commit comments