We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Start a telegraf playground: https://rootnroll.com/d/telegraf/
Edit /etc/telegraf/telegraf.conf to modify the config as follows:
debug = true
quiet = false
logfile = "/etc/log.log"
2019-10-19T09:50:11Z I! Starting Telegraf 1.10.2 2019-10-19T09:50:11Z I! Using config file: /etc/telegraf/telegraf.conf 2019-10-19T09:50:11Z E! Unable to open /etc/log.log (open /etc/log.log: permission denied), using stderr
Need to do sudo touch /etc/log.log to create the file
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Start a telegraf playground: https://rootnroll.com/d/telegraf/
Edit /etc/telegraf/telegraf.conf to modify the config as follows:
Logging configuration:
Run telegraf with debug log messages.
debug = true
Run telegraf in quiet mode (error log messages only).
quiet = false
Specify the log file name. The empty string means to log to stderr.
logfile = "/etc/log.log"
2019-10-19T09:50:11Z I! Starting Telegraf 1.10.2
2019-10-19T09:50:11Z I! Using config file: /etc/telegraf/telegraf.conf
2019-10-19T09:50:11Z E! Unable to open /etc/log.log (open /etc/log.log: permission denied), using stderr
touch /etc/log.log
Need to do
sudo touch /etc/log.log to create the file
The text was updated successfully, but these errors were encountered: