We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b48f56e commit daa98c7Copy full SHA for daa98c7
README.md
@@ -49,13 +49,14 @@ $ python main.py
49
You have a few optional config options:
50
51
```
52
-usage: metrics-relay [-h] [-d] [--host HOST] [--port PORT]
+usage: metrics-relay [-h] [-d] [-s] [--host HOST] [--port PORT]
53
54
Sends Neo4j metrics to the Cloud
55
56
options:
57
-h, --help show this help message and exit
58
-d, --debug turn on debug logging
59
+ -s, --simple simplify logging output for journald
60
--host HOST hostname or ip to listen on
61
--port PORT tcp port to listen on
62
0 commit comments