Add verbose logging for ts_mon flush procedure.

This is a debug CL that will be reverted after the issue with timing out
requests is resolved.

R=dsansome@chromium.org
BUG=704907

Review-Url: https://codereview.chromium.org/2801933004
Cr-Mirrored-From: https://github.com/luci/luci-py
Cr-Mirrored-Commit: abf57eb833a8dfa3731f23692cbe41be762de03c
1 file changed
tree: db6bd73c1d5cd7febd1a43ff2b486846c6f2fe5d
  1. example/
  2. libs/
  3. proto/
  4. tests/
  5. third_party/
  6. tools/
  7. utils/
  8. .gitignore
  9. artool
  10. auth.py
  11. cipd.py
  12. isolate.py
  13. isolate_format.py
  14. isolate_storage.py
  15. isolated_format.py
  16. isolateserver.py
  17. LICENSE
  18. LUCI_CONTEXT.md
  19. named_cache.py
  20. PRESUBMIT.py
  21. README.md
  22. README.py
  23. run_isolated.py
  24. swarming.py
  25. trace_inputs.py
  26. WATCHLISTS
README.md

LUCI Python Client

This is the Python Client code for LUCI. It's part of the main python repo, and is also mirrored into a standalone client-py repo.

License

This project is licensed under Apache v2.0 license. See LICENSE for details.