Просмотр исходного кода

Fix bug: indent mistake in yamlutil sample config

zry 3 лет назад
Родитель
Сommit
8286ca9414
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      hieda_yamlutil/default_config_sample.go

+ 1 - 1
hieda_yamlutil/default_config_sample.go

@@ -12,7 +12,7 @@ backends:
     level: "INFO"
     # This field should exist for type 'console'
     console_config:
-	  # Should be one of 'stdout', 'stderr'
+      # Should be one of 'stdout', 'stderr'
       to: "stdout"
   local_rotate_file:
     # Should be one of 'console', 'file', 'alisls'