Skip to content

Commit 7b9d7c3

Browse files
v1.1.25
- fixed npm error issue with parsing log files, was display domain rather than file
1 parent d48bb65 commit 7b9d7c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/scripts/logs/npm_error.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ function npm_error_goaccess_config(){
3434
echo "######################################" >> ${goan_config}
3535
echo "time-format %T" >> ${goan_config}
3636
echo "date-format %Y/%m/%d" >> ${goan_config}
37-
echo "log_format %d %t %^: %v, %^: %h, %^ %v %^"%r" %^" >> ${goan_config}
37+
echo "log_format %d %t %^: %v, %^: %h, %^ %v %^\"%r\" %^" >> ${goan_config}
3838
echo "port 7892" >> ${goan_config}
3939
echo "real-time-html true" >> ${goan_config}
4040
echo "output ${nginx_html}" >> ${goan_config}

0 commit comments

Comments
 (0)