Skip to content

Commit 72f2f11

Browse files
authored
Merge pull request #2871 from djmitche/setviceName
fix typo preventing index from starting up
2 parents 0260d48 + bfead08 commit 72f2f11

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
audience: deployers
2+
level: patch
3+
---
4+
A typo causing index service not to start up in 30.0.0 is now fixed.

services/index/src/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ let load = loader({
8181
monitor: {
8282
requires: ['process', 'profile', 'cfg'],
8383
setup: ({process, profile, cfg}) => MonitorManager.setup({
84-
setviceName: 'index',
84+
serviceName: 'index',
8585
processName: process,
8686
verify: profile !== 'production',
8787
...cfg.monitoring,

0 commit comments

Comments
 (0)