Skip to content

Component console output is not visible when registry uses remote storage #1464

@leandrowilliam

Description

@leandrowilliam

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions