forked from mystiq/dex
examples: add logger fields
This commit is contained in:
parent
50086e6863
commit
4d54038256
1 changed files with 5 additions and 0 deletions
|
@ -33,6 +33,11 @@ web:
|
||||||
# signingKeys: "6h"
|
# signingKeys: "6h"
|
||||||
# idTokens: "24h"
|
# 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.
|
# 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.
|
# If this option isn't choosen clients may be added through the gRPC API.
|
||||||
|
|
Loading…
Reference in a new issue