Skip to content

Commit

Permalink
Turn off mdnsd debug logging again as it's very noisy
Browse files Browse the repository at this point in the history
E.g.
* Bad service type in ._nmos-registration._tcp...
* Excessive update rate for nmos-cpp_node_nmos-api-...
* mDNSPosix.c:mDNSPlatformSetAllowSleep(): NOT IMPLEMENTED!
* setsockopt - SO_RECV_ANYIF: Protocol not available
  • Loading branch information
garethsb committed Apr 27, 2022
1 parent 58d95df commit 85aa89d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -444,8 +444,8 @@ jobs:
if [[ "${{ runner.os }}" == "Linux" ]]; then
if [[ "${{ matrix.install_mdns }}" == "true" ]]; then
echo "Restarting mdnsd"
#sudo /etc/init.d/mdns start
sudo /usr/sbin/mdnsd -debug &
sudo /etc/init.d/mdns start
#sudo /usr/sbin/mdnsd -debug &
sleep 2

dns-sd -V
Expand Down Expand Up @@ -948,8 +948,8 @@ jobs:
if [[ "${{ runner.os }}" == "Linux" ]]; then
if [[ "${{ matrix.install_mdns }}" == "true" ]]; then
echo "Restarting mdnsd"
#sudo /etc/init.d/mdns start
sudo /usr/sbin/mdnsd -debug &
sudo /etc/init.d/mdns start
#sudo /usr/sbin/mdnsd -debug &
sleep 2

dns-sd -V
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/src/amwa-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@
if [[ "${{ runner.os }}" == "Linux" ]]; then
if [[ "${{ matrix.install_mdns }}" == "true" ]]; then
echo "Restarting mdnsd"
#sudo /etc/init.d/mdns start
sudo /usr/sbin/mdnsd -debug &
sudo /etc/init.d/mdns start
#sudo /usr/sbin/mdnsd -debug &
sleep 2

dns-sd -V
Expand Down

0 comments on commit 85aa89d

Please sign in to comment.