Skip to content

feat: cloudwatch logging#4

Merged
jacobtread merged 2 commits into
mainfrom
feat-cloudwatch-logging
Mar 5, 2026
Merged

feat: cloudwatch logging#4
jacobtread merged 2 commits into
mainfrom
feat-cloudwatch-logging

Conversation

@jacobtread

Copy link
Copy Markdown
Member

Description

Adds support for logging using cloudwatch

Adds the following configuration environment variables:

  • DOCBOX_CLOUDWATCH_LOG_GROUP_NAME - The cloudwatch log group name to log into (Required for cloudwatch)
  • DOCBOX_CLOUDWATCH_LOG_STREAM_NAME - The cloudwatch log stream to log into (Required for cloudwatch)
  • DOCBOX_CLOUDWATCH_LOG_BATCH_SIZE - Batch size that when reached should trigger a flush of logs
  • DOCBOX_CLOUDWATCH_LOG_INTERVAL_SECONDS - Interval in seconds to flush logs at regardless of how many are in the queue

Changes

  • Added cloudwatch logging layer
  • Added cloudwatch configuration

@jacobtread jacobtread self-assigned this Feb 28, 2026
@jacobtread jacobtread force-pushed the feat-cloudwatch-logging branch from 51beb52 to 8ed7754 Compare March 2, 2026 20:54
@jacobtread jacobtread added the enhancement New feature or request label Mar 2, 2026
@jacobtread jacobtread merged commit 5127bb1 into main Mar 5, 2026
1 check passed
@jacobtread jacobtread deleted the feat-cloudwatch-logging branch March 5, 2026 07:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant