blob: 629f43fca6cda45896f5d9277e2ca5d44efa4b76 [file] [log] [blame]
# Copyright 2022 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
declare_args() {
# If true, emit additional execution logs, which contains information
# about remote executions and their action digests, cache status,
# remote inputs, and more.
# Caution: these logs can grow to be very large, due to the amount
# of information logged per action.
bazel_execution_logs = false
}