Skip to content

Userland logging utility #708

@lacraig2

Description

@lacraig2

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)

Metadata

Metadata

Assignees

Labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions