Additional Resources
I hope you found this information helpful, at least to get you started on your logging journey. In the future, I’d like to add greater detail to make this more useful. I am aware I glossed over a few details :)
Here are a few additional things to consider when it comes to logging, that I found useful:
- The problem with logging
- There’s a balance to how much you should log
- The Importance of Logging
- Another programmer’s perspective on logging
- Advanced R
- As you include more logging into your code, hopefully you also include conditions (
tryCatch()
), to make your code more robust.
- As you include more logging into your code, hopefully you also include conditions (
- Known issues with RMarkdown and logger package using globalCallingHandlers
- See Stackoverflow question as well