Skip to content

Commit f20dfd2

Browse files
committed
Removed WIP note from --log-levels
1 parent 785e6ca commit f20dfd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/tegola/cmd/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ func init() {
4545
RootCmd.PersistentFlags().StringVar(&configFile, "config", "config.toml",
4646
"path or http url to a config file, or \"-\" for stdin")
4747
RootCmd.PersistentFlags().StringVar(&logLevel, "log-level", "INFO",
48-
"work in progress - set log level to: TRACE, DEBUG, INFO, WARN or ERROR")
48+
"set log level to: TRACE, DEBUG, INFO, WARN or ERROR")
4949

5050
// server
5151
serverCmd.Flags().StringVarP(&serverPort, "port", "p", ":8080", "port to bind tile server to")

0 commit comments

Comments
 (0)