Replies: 1 comment
-
The debug version does log, but this will contain a lot of information.
You can better look at the output of You can look at the data with a hex editor: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to troubleshoot the command line app running on a Google Cloud VM (the same one I'm running Nightscout on), which seems to work intermittently on an off. I can see the clients connect in the firewall log, but they don't seem to update streams (polls.dat timestamp does not change, and exported streams (./juggluco -B) do not show updated info) and the mirror status on the clients don't update with connection timestamps. Also, the receiver mirror does not get updated streams. I'm unsure if I've set up the mirror listeners correctly, or if there's some other issue, and logging would probably help this troubleshooting a lot. Is there a way to set up logging of incoming connections on this?
Beta Was this translation helpful? Give feedback.
All reactions