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 b61b5b8 commit fded642Copy full SHA for fded642
func/main.sh
@@ -54,7 +54,7 @@ log_event() {
54
if [ "$1" -eq 0 ]; then
55
echo "$2" >> $VESTA/log/system.log
56
else
57
- echo "$2" >> $VESTA/log/error.log
+ echo "$2 [Error $1]" >> $VESTA/log/error.log
58
fi
59
}
60
0 commit comments