We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5964d72 commit 841d9c5Copy full SHA for 841d9c5
1 file changed
README.md
@@ -15,7 +15,7 @@ prop.public_key | string | the private key, should be the content not file lo
15
prop.private_key | string | the public key, should be the content not file location
16
prop.audience | string | audience that is registered in the registry (server name of registry)
17
prop.issuer | string | issuer that is registered in the registry (server name of this server)
18
-prop.log_level | string\|array | log level[s] to display (example: ['error', 'info'])
+prop.log_level | string:array | log level[s] to display (example: ['error', 'info'])
19
prop.log_file |string | log file for logging , if non is given it will use stdout
20
21
0 commit comments