blackbricksoftware/civicrm-container-logs
Composer 安装命令:
composer require blackbricksoftware/civicrm-container-logs
包简介
Write CiviCRM Logs to stderr. Useful for running CiviCRM inside a Docker container.
README 文档
README
This extension replaces the default CiviCRM log channels to send all logs to stderr (currently). This is especially useful when running CiviCRM inside a Docker container, as it allows logs to be consolidated and managed by the container runtime.
Features
- Redirects all CiviCRM logs to
stderr - Simplifies log management in containerized environments
Usage
- Install the extension in your CiviCRM installation.
- Enable the extension from the CiviCRM admin interface.
- Logs will now appear in the container's standard error output.
Configuration
Log Level Configuration
The minimum log level can be set three ways, highest precedence first:
- PHP constant in
civicrm.settings.php:define('CIVICRM_CONTAINER_LOGS_LEVEL', 'warning'); - Environment variable (recommended for containerised deployments):
CIVICRM_CONTAINER_LOGS_LEVEL=warning— picked up natively by CiviCRM'sSettingsManagerbecause the setting metadata declaresis_env_loadable: TRUE,global_name: 'CIVICRM_CONTAINER_LOGS_LEVEL'. $civicrm_settingincivicrm.settings.php:$civicrm_setting['domain']['container_logs_level'] = 'warning';
The setting is declared is_constant: TRUE, so attempts to write via
Civi::settings()->set(...) / the API / the admin UI are rejected with
a helpful error pointing to the three supported sources above.
Default: debug (everything passes through).
Accepted values are any Monolog level name (see \Monolog\Level; values from RFC 5424):
- DEBUG (100), INFO (200), NOTICE (250), WARNING (300),
- ERROR (400), CRITICAL (500), ALERT (550), EMERGENCY (600).
Requirements
- PHP8.1 or newer
- CiviCRM installation
- Docker container environment (recommended)
References
blackbricksoftware/civicrm-container-logs 适用场景与选型建议
blackbricksoftware/civicrm-container-logs 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 83 次下载、GitHub Stars 达 1, 最近一次更新时间为 2025 年 08 月 09 日, 在 PHP 生态内属于活跃度较高的组件。
我们在过去多个企业项目中使用过 blackbricksoftware/civicrm-container-logs 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 blackbricksoftware/civicrm-container-logs 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
统计信息
- 总下载量: 83
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 21
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: AGPL-3.0
- 更新时间: 2025-08-09