Update logs example in init

This commit is contained in:
Seth Vargo
2016-10-30 21:29:53 -04:00
parent 7675d0cf4d
commit cfed4c6595

View File

@@ -220,7 +220,16 @@ job "example" {
# change_signal = "SIGHUP"
# }
# Specify configuration related to log rotation
# The "logs" stana instructs the Nomad client on how many log files and
# the maximum size of those logs files to retain. Logging is enabled by
# default, but the "logs" stanza allows for finer-grained control over
# the log rotation and storage configuration.
#
# For more information and examples on the "logs" stanza, please see
# the online documentation at:
#
# https://www.nomadproject.io/docs/job-specification/logs.html
#
# logs {
# max_files = 10
# max_file_size = 15