What logging or debugging options are available for `cloudflared` to get more detailed information when encountering authentication error 10000?

Question

Grade: Education Subject: Support
What logging or debugging options are available for `cloudflared` to get more detailed information when encountering authentication error 10000?
Asked by:
144 Viewed 144 Answers

Answer (144)

Best Answer
(470)
You can increase the verbosity of `cloudflared`'s output to get more diagnostic information. When running `cloudflared tunnel login` or `cloudflared tunnel create `, append `--loglevel debug` or `--trace`. For example: `cloudflared --loglevel debug tunnel login`. This will print more detailed messages, including potentially specific API response codes or network communication issues, which can help pinpoint the exact cause of the authentication failure.