Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

logging like other implementations

Open
#48 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
5/5
Estimated time
Over a week
Newbie friendliness
35/100
Issue type
Feature
Clarity
Mostly clear
Activity status
Stale
Tech stack
docker, php
Domain
devops

Research direction

No implementation files or tests are named. Start by reviewing the existing PHP container logging APIs and the linked Java container_logs and logging_config references; completion should cover the four checklist items: per-container and global levels, following logs, and stdout/stderr filtering.

Written by the indexing model from the issue text.

Description

Other implementations of testcontainers allow setting a log level.

  • Set log level per container
  • set global logging
  • Add a "follow" method
  • Filter for stdout/stderr

e.g.: https://java.testcontainers.org/features/container_logs/ and https://java.testcontainers.org/supported_docker_environment/logging_config/

Dominant language
PHP
Stars
215
Forks
34
Avg merge
1h 59m
Merged PRs (30d)
3

Getting set up

  • Ships a Dockerfile or Docker Compose file
  • No pull request template
  • No contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from testcontainers/testcontainers-php

All issues in testcontainers/testcontainers-php

Similar issues

More PHP issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.