|
|
@@ -113,7 +113,7 @@ port "{{ mpdport + item }}" |
|
|
|
# argument is recommended for troubleshooting, though can quickly stretch |
|
|
|
# available resources on limited hardware storage. |
|
|
|
# |
|
|
|
#log_level "default" |
|
|
|
#log_level "verbose" |
|
|
|
log_level "{{ log_level }}" |
|
|
|
|
|
|
|
# |
|
|
@@ -214,12 +214,12 @@ default_permissions "{{ default_permissions }}" |
|
|
|
# Input ####################################################################### |
|
|
|
# |
|
|
|
|
|
|
|
input { |
|
|
|
plugin "curl" |
|
|
|
#input { |
|
|
|
# plugin "curl" |
|
|
|
# proxy "proxy.isp.com:8080" |
|
|
|
# proxy_user "user" |
|
|
|
# proxy_password "password" |
|
|
|
} |
|
|
|
#} |
|
|
|
|
|
|
|
# |
|
|
|
############################################################################### |
|
|
|