From d8eeb2e78ce6b04fd14576c34bb50e76ef7f3438 Mon Sep 17 00:00:00 2001 From: tinatwang Date: Fri, 21 Jan 2022 20:04:05 +0800 Subject: [PATCH] fix conf.sample.yml. --- conf.sample.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.sample.yml b/conf.sample.yml index 13cf780..a4e869c 100644 --- a/conf.sample.yml +++ b/conf.sample.yml @@ -52,7 +52,7 @@ # Log: # Outputs: 'stderr' # default: stderr, split by ",", you can append files to Outputs if need. example:'stderr,/tmp/test.log' # RotationEnable: 0 # default: 0 -# RotationConfigJson: '{}' # example: '{"maxsize": 100, "maxage": 0, "maxbackups": 0, "localtime": false, "compress": false}' +# RotationConfigJSON: '{}' # example: '{"maxsize": 100, "maxage": 0, "maxbackups": 0, "localtime": false, "compress": false}' # HttpPort: 36789 # GrpcPort: 36790