Merge "CI: Fix logger.conf for unit tests." into 16

This commit is contained in:
Jenkins2 2018-07-23 08:37:31 -05:00 committed by Gerrit Code Review
commit 549aa07265
1 changed files with 4 additions and 1 deletions

View File

@ -3,7 +3,10 @@ CIDIR=$(dirname $(readlink -fn $0))
source $CIDIR/ci.functions
ASTETCDIR=$DESTDIR/etc/asterisk
echo "full => notice,warning,error,debug,verbose" > "$ASTETCDIR/logger.conf"
cat <<-EOF > "$ASTETCDIR/logger.conf"
[logfiles]
full => notice,warning,error,debug,verbose
EOF
echo "[default]" > "$ASTETCDIR/extensions.conf"