-
Notifications
You must be signed in to change notification settings - Fork 80
Decouple ServerLoggerConnector from connection #1623
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Parent PRD
What to build
Update ServerLoggerConnector to use the apiBase constant directly instead of receiving a connection URL in its constructor. Replace createLoggerFromConnection with a connection-independent factory that always creates a ServerLoggerConnector. Logging to the server works even before a connection is configured.
Type: HITL — requires review before completion.
Acceptance criteria
-
ServerLoggerConnectorconstructor takes no arguments, usesapiBaseinternally -
createLoggerFromConnectionis replaced with a simpler factory (no connection dependency) - Server logging works before any connection is configured
- Tests verify logs are sent to
${apiBase}logger - Tests verify the logger works without a connection
Blocked by
User stories addressed
- User story 11
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request