Commit 0972669e authored by Łukasz Nowak's avatar Łukasz Nowak

repo: Add slapos logs

It is important to have them in case of problem analysis.
parent e12182f2
...@@ -104,5 +104,9 @@ else ...@@ -104,5 +104,9 @@ else
echo "There was a problem with installation." echo "There was a problem with installation."
echo "Please inspect 'install.log' for details." echo "Please inspect 'install.log' for details."
echo "While submitting support request, please attach 'install.log' file." echo "While submitting support request, please attach 'install.log' file."
echo "/opt/slapos/log/slapos-node-software.log:" >> $LOG_FILE 2>&1
cat /opt/slapos/log/slapos-node-software.log >> $LOG_FILE 2>&1
echo "/opt/slapos/log/slapos-node-instance.log:" >> $LOG_FILE 2>&1
cat /opt/slapos/log/slapos-node-instance.log >> $LOG_FILE 2>&1
exit 1 exit 1
fi fi
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment