Skip to content

Commit

Permalink
Increase verbosity of Xvnc when container debug is enabled.
Browse files Browse the repository at this point in the history
  • Loading branch information
jlesage committed Feb 6, 2025
1 parent 3d21ee8 commit 6b07bac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rootfs/etc/services.d/xvnc/params
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ set -u # Treat unset variables as an error.
if is-bool-val-true "${CONTAINER_DEBUG:-0}"; then
echo "-Log"
echo "*:stderr:100"
echo "-verbose"
echo "10"
fi

# Make sure the X server listens on Unix only.
Expand Down

0 comments on commit 6b07bac

Please sign in to comment.