cloudflared icon indicating copy to clipboard operation
cloudflared copied to clipboard

loglevel do no change

Open trinib opened this issue 3 years ago • 0 comments

Device Raspberry Pi 3

OS Raspberry Pi OS

Version 2022.10.2 linux arm64

Config config.yml

logfile: /var/log/cloudflared.log

loglevel: debug

proxy-dns: true
proxy-dns-port: 5053
proxy-dns-upstream:
  - https://1.1.1.1/dns-query
  - https://1.0.0.1/dns-query

cloudflared.service

[Unit]
Description=Cloudflare with DNS over HTTPS proxy
After=syslog.target network-online.target

[Service]
Type=simple
User=cloudflared
EnvironmentFile=/etc/cloudflared/config.yml
ExecStart=/usr/local/bin/cloudflared
Restart=on-failure
RestartSec=10
KillMode=process

[Install]
WantedBy=multi-user.target

Issue In cloudflared logs still shows level "info" image

Is there something I am doing incorrect? I want to see query logs

trinib avatar Oct 25 '22 16:10 trinib