Explorar el Código

feat: enable timestamps by default

ayn2op hace 1 año
padre
commit
a111a9dfbb
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      internal/config/config.go

+ 1 - 1
internal/config/config.go

@@ -64,7 +64,7 @@ func defaultConfig() *Config {
 		MessagesLimit:       50,
 
 		Timestamps: Timestamps{
-			Enabled: false,
+			Enabled: true,
 			Format:  time.Kitchen,
 		},