From 87ada5f9817e9798b8789a679fb55e9044be8317 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=8E=E7=99=BD=E5=8D=97?= <1762386214@qq.com> Date: Wed, 6 Oct 2021 19:02:37 +0800 Subject: [PATCH] doc(doc) add log param --- conf/wheat-cache.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/conf/wheat-cache.yaml b/conf/wheat-cache.yaml index e650b6d..981dc43 100644 --- a/conf/wheat-cache.yaml +++ b/conf/wheat-cache.yaml @@ -13,3 +13,9 @@ lruCache: maxSize: "1GB" eventDriverSize: 2000 workTime: 1 + +logPrint: + stath: [ + "debug", + "error" + ]