瀏覽代碼

Fix bug: indent mistake in yamlutil sample config

zry 3 年之前
父節點
當前提交
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'