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
- Host: GitHub
- URL: https://github.com/tanho63/talk_shinyprod2023_logging
- Owner: tanho63
- Created: 2023-10-11T15:57:56.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-17T13:58:11.000Z (6 months ago)
- Last Synced: 2025-02-14T13:19:07.446Z (2 months ago)
- Size: 1.78 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - tanho63/talk_shinyprod2023_logging - Materials for talk delivered at Shiny in Production 2023 on effective logging (Others)
README
# Effective Logging in Shiny

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