Chapter 9: Logging

  • October 12, 2019

Anatoly Volkhover

Make logs accessible from a single point. Collect logs from both client and server. Support filtering of log entries by application-specific context parameters. Alert someone to crashes. Embrace chatty log levels. Shipping of client-side logs to the server helps troubleshooting. Shipping of server-side logs to the client at dev time speeds up development.

>