Is your usability request related to a problem? Please describe.
Some of our userland utilities have silent deadly failures.
For example: if something significant breaks in vpn we've set our output to /dev/null so we can't tell.
Further, I don't want users to have to look inside our console.log output to debug our tooling.
Describe the solution you'd like
A portalcall-based generic logging interface.
We would establish a standardized format for logging at various levels with a prefix for different plugins.
Downsides: potentially slow. We'd really only want to use this with serious issues.
Describe alternatives you've considered
A log file for programs in the /igloo folder (possibly /igloo/shared)
Is your usability request related to a problem? Please describe.
Some of our userland utilities have silent deadly failures.
For example: if something significant breaks in vpn we've set our output to /dev/null so we can't tell.
Further, I don't want users to have to look inside our console.log output to debug our tooling.
Describe the solution you'd like
A portalcall-based generic logging interface.
We would establish a standardized format for logging at various levels with a prefix for different plugins.
Downsides: potentially slow. We'd really only want to use this with serious issues.
Describe alternatives you've considered
A log file for programs in the /igloo folder (possibly /igloo/shared)