refactor logging completely

This commit is contained in:
ronivay
2020-05-30 18:33:29 +03:00
parent bcd6a3f3ef
commit cbabc072c6
3 changed files with 231 additions and 130 deletions

View File

@@ -14,8 +14,8 @@ CONFIGUPDATE=true
# Also, you can set this to "release" to use the latest tagged branch.
BRANCH="master"
# Log path for possible errors
LOGFILE="$(dirname $0)/xo-install.log"
# Installation log path
LOGPATH="$(dirname $0)/logs"
# Only one PLUGIN variable can be used at a time. Comment out the other one if you change these below. Comment out both if you don't want any plugins to be installed.