-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Feature Request
Add support for JSON-formatted logs via an environment variable like OP_LOG_FORMAT=json.
Problem
When running 1Password Connect on GKE/GCP, Cloud Logging cannot properly parse log severity
from the current log format. All logs appear with incorrect severity levels (e.g., INFO logs
showing as ERROR). Additionally, multi-line logs get split into separate entries.
Proposed Solution
Add an OP_LOG_FORMAT environment variable with options:
text(default, current behavior)json(structured JSON output)
JSON format would allow cloud logging services to properly parse severity and keep
multi-line messages together.
Use Case
Kubernetes deployments on cloud platforms (GCP, AWS, Azure) that rely on structured
logging for log aggregation and alerting.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request