Read locally saved logfiles into Shiny app

Right now I’m using the container-based deployment of SP and saving logfiles to the host VM. I’m creating a basic Shiny app to display this log activity, but I’m wondering how I’d get that Shiny app to see the logfiles on the host VM, any thoughts? Thanks in advance!

I got it! I was able to setup a connection to that directory in the app’s container-volumes argument in the yaml for SP. Cheers.