Closed michaelstum closed 2 years ago
I don't think it should happen by default (because the folder ACL would belong to the app, potentially hosing external aggregators, etc.), but as an option: yeah sure, absolutely. If you want to fire up a PR to add it to that provider :+1: - otherwise will probably poke this weekend.
Added in #219!
If I use the JSONErrorStore with a Path that doesn't exist yet, Exceptional blows up with an IOException,
Could not find a part of the path
.Wondering if the path could be automatically created for me (similar to e.g., most loggers that will create whatever directories they need) instead. Not sure if that should be an option or just implicitly done.
Currently using this in my Startup code as a workaround: