An open API service indexing awesome lists of open source software.

https://github.com/tanho63/talk_shinyprod2023_logging

Materials for talk delivered at Shiny in Production 2023 on effective logging
https://github.com/tanho63/talk_shinyprod2023_logging

Last synced: 7 days ago
JSON representation

Materials for talk delivered at Shiny in Production 2023 on effective logging

Awesome Lists containing this project

README

        

# Effective Logging in Shiny

![Me, presenting this talk...](https://github.com/tanho63/talk_shinyprod2023_logging/assets/38083823/5f5a75dd-87b4-442d-87b7-a924dea71327)

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](https://github.com/tanho63/talk_shinyprod2023_logging/blob/main/effective_logging_for_shiny.pdf)

Video: [Recording](https://www.youtube.com/watch?v=wbUXrK_YWfI)

Code examples and snippets live in the [`examples/` directory](https://github.com/tanho63/talk_shinyprod2023_logging/tree/main/examples)
of this repository. This includes:

- a `sitrep()` function I really like as an improved `session_info()`
- an example of adding an error handler on fatal app crashes