From 6b063e6cb3d3647d984e6a0f2d422e52d0fbb5ac Mon Sep 17 00:00:00 2001 From: Erin Sims Date: Wed, 14 Sep 2022 06:45:48 -0400 Subject: [PATCH] turned off some configuration --- playbooks/mpdf.conf.j2 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/playbooks/mpdf.conf.j2 b/playbooks/mpdf.conf.j2 index 7034c5b..9fac362 100644 --- a/playbooks/mpdf.conf.j2 +++ b/playbooks/mpdf.conf.j2 @@ -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" -} +#} # ###############################################################################