This document discusses logging and request tracing in distributed environments. It begins by introducing the context of distributed systems like cloud computing. It then reviews the current logging solution of ELK and Graylog and identifies pros and cons. Key requirements for tracing are outlined, including the need for end-to-end debugging. Approaches for workflow-centric tracing are surveyed, including explicit metadata propagation, schema-based, and black-box tracing. Examples of Magpie and Zipkin are provided. The presentation concludes with a demo of request tracing in OpenStack using OSProfiler.