summaryrefslogtreecommitdiff
path: root/.rr.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.rr.yaml')
-rw-r--r--.rr.yaml11
1 files changed, 11 insertions, 0 deletions
diff --git a/.rr.yaml b/.rr.yaml
index 9ad68fec..bd1492d8 100644
--- a/.rr.yaml
+++ b/.rr.yaml
@@ -476,6 +476,11 @@ service:
# Default: 0 (infinity), can be 1s, 2m, 2h (seconds, minutes, hours)
exec_timeout: 0
+ # Show the name of the service in logs (e.g. service.some_service_1)
+ #
+ # Default: false
+ service_name_in_log: false
+
# Remain process after exit. In other words, restart process after exit with any exit code.
#
# Default: "false"
@@ -507,6 +512,12 @@ service:
# Default: 1
process_num: 1
+
+ # Show the name of the service in logs (e.g. service.some_service_1)
+ #
+ # Default: false
+ service_name_in_log: false
+
# Allowed time before stop.
#
# Default: 0 (infinity), can be 1s, 2m, 2h (seconds, minutes, hours)