A talk given at Shiny in Production 2023 about effective logging strategies for production Shiny apps, at both an application-logging level as well as for production systems.
Slides: PDF
Video: Recording
Code examples and snippets live in the examples/
directory
of this repository. This includes:
- a
sitrep()
function I really like as an improvedsession_info()
- an example of adding an error handler on fatal app crashes