status messages and logging need work #9

Closed
opened 2026-02-16 17:24:50 -05:00 by yindo · 1 comment
Owner

Originally created by @adamdotdevin on GitHub (May 15, 2025).

we have a mechanism in place for showing status messages to the user (status.Error, status.Info, etc.), and a bunch of logging throughout the app with slog. both of these mechanisms write to the logs table and can be viewed in the logs page (ctrl+l) for a given session.

the mechanisms are fine, but the actual content being logged and displayed to users is a mess lol. like, all of it needs to be thrown out and redone. we should be much more thoughtful about what messages we should show in the status bar at the bottom, and also what we should be logging.

Originally created by @adamdotdevin on GitHub (May 15, 2025). we have a mechanism in place for showing status messages to the user (`status.Error`, `status.Info`, etc.), and a bunch of logging throughout the app with `slog`. both of these mechanisms write to the `logs` table and can be viewed in the logs page (ctrl+l) for a given session. the mechanisms are fine, but the actual content being logged and displayed to users is a mess lol. like, all of it needs to be thrown out and redone. we should be much more thoughtful about what messages we should show in the status bar at the bottom, and also what we should be logging.
yindo closed this issue 2026-02-16 17:24:50 -05:00
Author
Owner

@thdxr commented on GitHub (Jun 14, 2025):

going to close for now as 0.1.x is a rewrite. feel free to open a new issue if it's still a problem

@thdxr commented on GitHub (Jun 14, 2025): going to close for now as 0.1.x is a rewrite. feel free to open a new issue if it's still a problem
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#9