commit | f166d1c5f4f353db6879a75c0b8424cd6c46cecc | [log] [tgz] |
---|---|---|
author | brendandouglas <brendandouglas@google.com> | Tue Jun 26 11:48:21 2018 -0700 |
committer | Copybara-Service <copybara-piper@google.com> | Tue Jun 26 11:50:36 2018 -0700 |
tree | f249ed7a53f4b5ff4a614705c1d6067c9f1bea8d | |
parent | 4a2002043ed3907223a403e8b8fc66975e516fd8 [diff] |
Debug server debug logs: use EventHandler instead of Logger. Logger messages aren't printed to the console, they're written to /usr/local/google/tmp, and can be prohibitively large for these debug server logs. Instead I'm going with your original suggestion in https://github.com/bazelbuild/bazel/commit/b74922932b25a71c626b47ea9a9afb7dbc506cec, and selectively suppressing debug events by wrapping the EventHandler on the way in to SkylarkDebugServer. PiperOrigin-RevId: 202166571
{Fast, Correct} - Choose two
Build and test software of any size, quickly and reliably.
Speed up your builds and tests: Bazel only rebuilds what is necessary. With advanced local and distributed caching, optimized dependency analysis and parallel execution, you get fast and incremental builds.
One tool, multiple languages: Build and test Java, C++, Android, iOS, Go, and a wide variety of other language platforms. Bazel runs on Windows, macOS, and Linux.
Scalable: Bazel helps you scale your organization, codebase, and continuous integration solution. It handles codebases of any size, in multiple repositories or a huge monorepo.
Extensible to your needs: Easily add support for new languages and platforms with Bazel's familiar extension language. Share and re-use language rules written by the growing Bazel community.
Follow our tutorials:
See CONTRIBUTING.md
Bazel is released in ‘Beta’. See the product roadmap to learn about the path toward a stable 1.0 release.