Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: ryon/nomad

Tags

v0.5.3-rc1

Toggle v0.5.3-rc1's commit message
Version 0.5.3-rc1

v0.5.2

Toggle v0.5.2's commit message
Version 0.5.2

v0.5.2-rc1

Toggle v0.5.2-rc1's commit message
changelog

v0.5.1

Toggle v0.5.1's commit message
Version 0.5.1

v0.5.1-rc2

Toggle v0.5.1-rc2's commit message
Version 0.5.1-rc2

v0.5.1-rc1

Toggle v0.5.1-rc1's commit message
Version 0.5.1-rc1

v0.5.0

Toggle v0.5.0's commit message
Release Nomad 0.5.0

v0.5.0-rc2

Toggle v0.5.0-rc2's commit message
Version 0.5.0-rc2

v0.5.0-rc1

Toggle v0.5.0-rc1's commit message
Version 0.5.0-rc1

v0.4.3

Toggle v0.4.3's commit message
Fixed a bug when giving in another logging driver than syslog.

Before this commit, if the Logging config did not contain a logging option "syslog-address", it would definitely insert this option.
If then, you decide to take another logdriver than syslog, docker would fail because it received a wrong log option for the selected driver.
Now, nomad will only insert the syslog address in a hard way if there are no logging options at all - this way it keeps the default nomad settings.