examples: add logger fields

This commit is contained in:
Eric Chiang 2016-12-15 13:47:37 -08:00
parent 50086e6863
commit 4d54038256
1 changed files with 5 additions and 0 deletions

View File

@ -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.