Skip to content

Commit

Permalink
Enable packet stats for listen command in Docker
Browse files Browse the repository at this point in the history
Update the docker listen.sh to enable tracking packet stats.
  • Loading branch information
hemna committed Dec 12, 2024
1 parent caa4bb8 commit e5d8796
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/bin/listen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ fi

export COLUMNS=200
python3 -m rich.diagnose
exec aprsd listen -c $APRSD_CONFIG --loglevel ${LOG_LEVEL} ${APRSD_LOAD_PLUGINS} ${APRSD_LISTEN_FILTER}
exec aprsd listen -c $APRSD_CONFIG --loglevel ${LOG_LEVEL} --enable-packet-stats ${APRSD_LOAD_PLUGINS} ${APRSD_LISTEN_FILTER}

0 comments on commit e5d8796

Please sign in to comment.