Skip to content
Snippets Groups Projects
Commit d97acd7d authored by Jenkins2's avatar Jenkins2 Committed by Gerrit Code Review
Browse files

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

parents ba8f2c40 fa6d5db2
Branches
Tags
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment