-
Notifications
You must be signed in to change notification settings - Fork 126
Open
Description
Problem
When running the OC registry with remote storage, component console output (logs from console.log, console.error, etc.) is not visible in the logs. This makes it difficult to debug components in lower environments and production.
In contrast, when running locally with oc dev command, component logs are visible on the console.
Current Behavior
- ✅ Local development (
oc dev): Component logs are visible - ❌ Remote storage: Component logs are silently discarded
Expected Behavior
- Component logs should be visible regardless of where the components are served from (local filesystem or remote storage)
- Registry administrators should be able to control component logging for debugging purposes in any environment
Impact
Developers cannot debug component behavior in lower environments and production, making it harder to troubleshoot issues that only appear in those environments.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels