mirror of
https://github.com/eosswedenorg/thalos
synced 2026-06-16 04:24:56 +02:00
cmd/thalos/server.go: remove debug call to Println()
This commit is contained in:
parent
85da219349
commit
368d3f36bf
1 changed files with 0 additions and 2 deletions
|
|
@ -250,8 +250,6 @@ func serverCmd(cmd *cobra.Command, args []string) {
|
|||
}
|
||||
|
||||
if len(conf.Log.Filename) > 0 {
|
||||
fmt.Println(conf.Log.Filename)
|
||||
|
||||
stdWriter, err := NewRotatingFileFromConfig(conf.Log, "info")
|
||||
if err != nil {
|
||||
log.WithError(err).Fatal("Failed to set standard log file")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue