Microservices with Docker on Microsoft Azure™ (includes Content Update Program)
by Boris Scholl, Trent Swanson, Daniel Fernandez
Local Development Settings
When you are primarily developing your microservice, there are a handful of common settings you’ll want to set to debug and diagnose your application code.
• Turn on tracing and set log levels: Programming languages like Java, C#, Node, and Go all have the concept of tracing and logging. When you are first developing your app, you typically want to turn on verbose messages and set the appropriate log level to capture more information while debugging.
• Fine-tune debugging and diagnostic settings using environment variables: Each programming language provides a set of runtime settings for further control of the runtime and debugging information. For example, Go developers can use the Runtime package and set the GODEBUG ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access