Skip to content

Commit aed4ac7

Browse files
committed
Update the log about listening
1 parent 133b153 commit aed4ac7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@thetypefounders/container-well-being",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"license": "Apache-2.0",
55
"author": "Ivan Ukhov <ivan.ukhov@gmail.com>",
66
"description": "Standard checks and probes for containers on Kubernetes",

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export class Status {
5656

5757
const server = app.listen(self.options.port!, self.options.host!, () => {
5858
self.options.logger?.info(
59-
`Listening on http://${self.options.host}:${self.options.port} for status...`
59+
`Listening on http://${self.options.host}:${self.options.port} for probes...`
6060
);
6161
});
6262
}

0 commit comments

Comments
 (0)