Remove default log
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
parent
3977c892e7
commit
c22d5c90cf
|
@ -14,7 +14,7 @@ func main() {
|
|||
app.Author = "libcontainer maintainers"
|
||||
app.Flags = []cli.Flag{
|
||||
cli.StringFlag{Name: "root", Value: ".", Usage: "root directory for containers"},
|
||||
cli.StringFlag{Name: "log-file", Value: "nsinit-debug.log", Usage: "set the log file to output logs to"},
|
||||
cli.StringFlag{Name: "log-file", Value: "", Usage: "set the log file to output logs to"},
|
||||
cli.BoolFlag{Name: "debug", Usage: "enable debug output in the logs"},
|
||||
}
|
||||
app.Commands = []cli.Command{
|
||||
|
|
Loading…
Reference in New Issue