Added the log config to init example

This commit is contained in:
Diptanu Choudhury
2016-02-11 12:21:19 -08:00
parent 961abeef50
commit 2d9ea67359

View File

@@ -158,7 +158,13 @@ job "example" {
}
}
}
# Specify configuration related to log rotation
# logs {
# max_files = 10
# max_file_size = 15
# }
# Controls the timeout between signalling a task it will be killed
# and killing the task. If not set a default is used.
# kill_timeout = "20s"