We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8588e5d commit 3d931caCopy full SHA for 3d931ca
1 file changed
all-in-one/scripts/base.sh
@@ -40,12 +40,16 @@ case $MODE in
40
esac
41
echo "Mode=$MODE"
42
43
+# Always disable O11Y since we have removed all related components from the image.
44
+# TODO: Support O11Y again.
45
+O11Y=off
46
+
47
case $O11Y in
48
true|TRUE|on|ON|yes|YES)
49
O11Y=on
50
;;
51
*)
- # Default to full mode
52
+ # Default to off
53
O11Y=off
54
55
0 commit comments