[PR #1039] [MERGED] feat(backend): introduce DEBUG_LOG env var #1222

Closed
opened 2026-02-25 21:37:36 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/cypht-org/cypht/pull/1039
Author: @jonocodes
Created: 5/21/2024
Status: Merged
Merged: 6/6/2025
Merged by: @kroky

Base: masterHead: debug_env


📝 Commits (2)

  • dd969e2 Introduce DEBUG_LOG env var
  • fb4f45e Fix variable instance reference

📊 Changes

9 files changed (+13 additions, -8 deletions)

View changed files

📝 .env.example (+2 -0)
📝 config/app.php (+2 -0)
📝 index.php (+1 -1)
📝 lib/environment.php (+1 -0)
📝 lib/module.php (+1 -1)
📝 lib/modules_exec.php (+1 -1)
📝 modules/core/output_modules.php (+3 -3)
📝 modules/desktop_notifications/modules.php (+1 -1)
📝 tests/phpunit/modules/core/output_modules.php (+1 -1)

📄 Description

Pullrequest

Experimenting with using a logging environment variable.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/cypht-org/cypht/pull/1039 **Author:** [@jonocodes](https://github.com/jonocodes) **Created:** 5/21/2024 **Status:** ✅ Merged **Merged:** 6/6/2025 **Merged by:** [@kroky](https://github.com/kroky) **Base:** `master` ← **Head:** `debug_env` --- ### 📝 Commits (2) - [`dd969e2`](https://github.com/cypht-org/cypht/commit/dd969e2ce419faa324e70e62622877ec6b904819) Introduce DEBUG_LOG env var - [`fb4f45e`](https://github.com/cypht-org/cypht/commit/fb4f45e494959cde21aabe9537a2e5482ec14950) Fix variable instance reference ### 📊 Changes **9 files changed** (+13 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `.env.example` (+2 -0) 📝 `config/app.php` (+2 -0) 📝 `index.php` (+1 -1) 📝 `lib/environment.php` (+1 -0) 📝 `lib/module.php` (+1 -1) 📝 `lib/modules_exec.php` (+1 -1) 📝 `modules/core/output_modules.php` (+3 -3) 📝 `modules/desktop_notifications/modules.php` (+1 -1) 📝 `tests/phpunit/modules/core/output_modules.php` (+1 -1) </details> ### 📄 Description ## Pullrequest Experimenting with using a logging environment variable. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 21:37:36 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/cypht#1222
No description provided.