logger::log_shiny_input_changes doesn't allow to change the logging namespace
kpagacz opened this issue · 1 comments
kpagacz commented
We have a complex application, and we would like to control where logger::log_shiny_input_changes emits the logs. Seemingly, it ignores being placed in a particular package and logs "global", ignoring custom setups.
I have created a small pull request, which remedies our situation: #93
If you have any other ideas on how to emit logs to custom namespace from log_shiny_input_changes, I am happy to hear them out :)