1
0
Fork 0
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:
Henrik Hautakoski 2024-02-18 18:10:46 +01:00
parent 85da219349
commit 368d3f36bf

View file

@ -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")