From 4d540382567d9dd78dc08e41db97e3b7099ffeed Mon Sep 17 00:00:00 2001 From: Eric Chiang Date: Thu, 15 Dec 2016 13:47:37 -0800 Subject: [PATCH] examples: add logger fields --- examples/config-dev.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/examples/config-dev.yaml b/examples/config-dev.yaml index 1b5a48d3..61b0babb 100644 --- a/examples/config-dev.yaml +++ b/examples/config-dev.yaml @@ -33,6 +33,11 @@ web: # signingKeys: "6h" # idTokens: "24h" +# Options for controlling the logger. +# logger: +# level: "debug" +# format: "text" # can also be "json" + # Instead of reading from an external storage, use this list of clients. # # If this option isn't choosen clients may be added through the gRPC API.