Running using systemd and stdout #298
RandyLBryant
started this conversation in
Ideas
Replies: 1 comment 5 replies
-
|
Hi Randy, Dan |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I just setup the systemd run as documented. There is a fair amount of output that gets printed to the system daemon.log (sip stdout). I am trying to find those output statements and see if there is a way to turn them off except for error situations. Where do I find the prints and is there already a recommended way to turn most of them off?
Example output:
Dec 26 17:21:01 SprinklerSystem sip[391]: ::ffff:192.168.1.16:57987 - - [26/Dec/2022 17:21:01] "HTTP/1.1 GET /api/status" - 200 OK
Dec 26 17:21:02 SprinklerSystem sip[391]: ::ffff:192.168.1.16:57987 - - [26/Dec/2022 17:21:02] "HTTP/1.1 GET /api/log" - 200 OK
Dec 26 17:21:32 SprinklerSystem sip[391]: ::ffff:192.168.1.16:57990 - - [26/Dec/2022 17:21:32] "HTTP/1.1 GET /api/status" - 200 OK
Dec 26 17:21:32 SprinklerSystem sip[391]: ::ffff:192.168.1.16:57990 - - [26/Dec/2022 17:21:32] "HTTP/1.1 GET /api/log" - 200 OK
Beta Was this translation helpful? Give feedback.
All reactions