mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-24 14:56:58 +00:00
Merge "CI: Fix logger.conf for unit tests."
This commit is contained in:
@@ -3,7 +3,10 @@ CIDIR=$(dirname $(readlink -fn $0))
|
|||||||
source $CIDIR/ci.functions
|
source $CIDIR/ci.functions
|
||||||
ASTETCDIR=$DESTDIR/etc/asterisk
|
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"
|
echo "[default]" > "$ASTETCDIR/extensions.conf"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user