How to enable poller debug logs in NAbox 4 #4330
cgrinds
started this conversation in
Show and tell
Replies: 0 comments
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.
Step 1: Enable debug logs in harvest.yml
Edit
harvest.ymland setdebug: truefor the poller in question.Find your poller and change
debug: falsetodebug: true. E.g.Step 2: Restart pollers
Step 3: Verify that debug is enabled
You can verify that debug is enabled by searching for a
loglevel=1. e.g.You should see something like:
time=2026-06-23T13:35:45.478Z level=WARN source=runner.go:86 msg="starting poller" cmd="bin/poller --poller rtp-sa-asa01 --loglevel=1 --confpath ../../../data/packages/harvest/conf:../harvest/conf:active --promPort 12003" poller_bin=bin/poller poller=rtp-sa-asa01 cwd=/harvest
All reactions