Skip to content

Commit

Permalink
Revert "bin/helpers: unconditionally enable debug logging in install_…
Browse files Browse the repository at this point in the history
…lxd()"

This reverts commit 28943e6.

The debug output is unfortunately very hard to read once printed at the GHA
runner console.

Signed-off-by: Simon Deziel <[email protected]>
  • Loading branch information
simondeziel committed Dec 4, 2024
1 parent 0a72186 commit 7e7d301
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions bin/helpers
Original file line number Diff line number Diff line change
Expand Up @@ -191,9 +191,6 @@ install_lxd() (
mount --bind "${LXD_AGENT_SIDELOAD_PATH}" /snap/lxd/current/bin/lxd-agent
fi

# Enable debug logging if not done already
[ "$(snap get lxd daemon.debug 2>/dev/null)" = "true" ] || snap set lxd daemon.debug=true

if [ "$start_daemon" = "true" ]; then
lxd waitready --timeout=300
fi
Expand Down

0 comments on commit 7e7d301

Please sign in to comment.