We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d5d38d commit 0788c5fCopy full SHA for 0788c5f
server/main.go
@@ -21,7 +21,7 @@ func main() {
21
cli.ARG_DB_URL = flag.String("database_url", "", "Database connection string")
22
cli.ARG_DB_TYPE = flag.String("database_type", "", "Database type, possible values are postgres,mysql,sqlite")
23
cli.ARG_ENV_FILE = flag.String("env_file", "", "Env file path")
24
- cli.ARG_LOG_LEVEL = flag.String("log_level", "info", "Log level, possible values are debug,info,warn,error,fatal,panic")
+ cli.ARG_LOG_LEVEL = flag.String("log_level", "", "Log level, possible values are debug,info,warn,error,fatal,panic")
25
cli.ARG_REDIS_URL = flag.String("redis_url", "", "Redis connection string")
26
flag.Parse()
27
0 commit comments