Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# Pull Request This fixes the shiny app and also `log_shiny_input_changes` works now without error. I took the liberty to "fix" and accept lower case teal.log_level, but I'm not sure if this is wanted or not. At least it could provide an informative error message if a lower case is not accepted. Last, I see this logging: ``` TRACE from teal.logger [2024-11-06 13:34:17] :: character(0) Shiny input change detected in "foo": "foo" -> "fooa" ``` Note the `character(0)`, this is "{ns}"; but I don't see any assignment besides [making it 0 on line 54](https://github.com/insightsengineering/teal.logger/blob/cd9cc7e5be19c2417700308d6bdf1d8c4a55966d/R/log_shiny_input_changes.R#L54). So I am not sure if this should be replaced on the logger environment or here, but either case it could be more informative. Fixes #98 --------- Signed-off-by: Lluís Revilla <[email protected]> Co-authored-by: 27856297+dependabot-preview[bot]@users.noreply.github.com <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: Dawid Kałędkowski <[email protected]>
- Loading branch information