Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

overhaul action levels to log levels #604

Open
kmasiello opened this issue Feb 21, 2025 · 1 comment
Open

overhaul action levels to log levels #604

kmasiello opened this issue Feb 21, 2025 · 1 comment

Comments

@kmasiello
Copy link

Action levels are more appropriately described as flags or threshold levels. Align flags with log levels for further downstream actions.

warn_at-> warn
stop_at -> error
notify_at -> critical

Aligns with decisions made in python pointblank. posit-dev/pointblank#69

@rich-iannone
Copy link
Member

Thanks for the issue! Yeah, this should absolutely be done. It's a breaking change like in py-pointblank but the R version has had W/S/N for years so this'll have to be more like a staged migration.

@hfrick hfrick mentioned this issue Mar 6, 2025
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants