-
Notifications
You must be signed in to change notification settings - Fork 1
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
Rethink logging #235
Comments
JuliaLogging almost certainly has stuff you can draw from but, most likely, you'll need to do things a bit differently Some stuff to note:
|
Can use TerminalLoggers |
location logging (done with FranklinParser issues) should be done with block failures as well. Probably the right way to go here is to have dedicated logic to handle errors. IN = (context, trigger, ...)
OUT =
Should also list out every possible way that Xranklin can choke on something and what to do about it:
|
The text was updated successfully, but these errors were encountered: