We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d48bb65 commit 7b9d7c3Copy full SHA for 7b9d7c3
resources/scripts/logs/npm_error.sh
@@ -34,7 +34,7 @@ function npm_error_goaccess_config(){
34
echo "######################################" >> ${goan_config}
35
echo "time-format %T" >> ${goan_config}
36
echo "date-format %Y/%m/%d" >> ${goan_config}
37
- echo "log_format %d %t %^: %v, %^: %h, %^ %v %^"%r" %^" >> ${goan_config}
+ echo "log_format %d %t %^: %v, %^: %h, %^ %v %^\"%r\" %^" >> ${goan_config}
38
echo "port 7892" >> ${goan_config}
39
echo "real-time-html true" >> ${goan_config}
40
echo "output ${nginx_html}" >> ${goan_config}
0 commit comments