Summary
After reading this chapter, you are probably more aware of why we need to handle errors and why we need to create proper event logging. You also should be more familiar with the differences between how Go and Python handle errors. Furthermore, you saw the differences in how to use standard libraries and third-party libraries for event logging. From now on, your network automation code design will have a special section on logging and error handling.
In the next chapter, we are going to talk about how we can scale our code and how our network automation solution can interact with large networks.