summaryrefslogtreecommitdiff
path: root/.rr.yaml
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2021-02-16 22:08:50 +0300
committerValery Piashchynski <[email protected]>2021-02-16 22:08:50 +0300
commit8aa3d83f8c9471519a02f7779219238340fb86f8 (patch)
tree1d74b888a3793e3b3ac699913da45a603afe1625 /.rr.yaml
parentbb9dd8d3f46da089217e61efc3f058cfbba5ede3 (diff)
Add support for parsing env variables in the `.rr.yaml` config
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to '.rr.yaml')
-rwxr-xr-x.rr.yaml21
1 files changed, 17 insertions, 4 deletions
diff --git a/.rr.yaml b/.rr.yaml
index adb36c46..2ce7b542 100755
--- a/.rr.yaml
+++ b/.rr.yaml
@@ -17,12 +17,25 @@ server:
relay: "pipes"
relay_timeout: 20s
+
# optional for development
logs:
- # default - development
- mode: development
- # default - debug
- level: error
+ # default
+ mode: debug
+ encoding: json
+ output: stderr
+ err_output: stderr
+ channels:
+ http:
+ mode: development
+ level: panic
+ encoding: console
+ output: stdout
+ server:
+ mode: production
+ level: info
+ encoding: json
+ output: stderr
# Workflow and activity mesh service
temporal: