summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2022-11-24 14:32:45 +0100
committerValery Piashchynski <[email protected]>2022-11-24 14:32:45 +0100
commit2f835f970991535f5816b66e5d0ad9b797a9a610 (patch)
tree8143ff6f5a92b10040aa93a5f59e8584b767ea72
parent163e8a906a23fc6a44509df37844a28cb2423428 (diff)
update services config
Signed-off-by: Valery Piashchynski <[email protected]>
-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)