[PR #5676] [MERGED] Add NO_COLOR standard environment flag to sync-server logging. #6061

Closed
opened 2026-02-28 21:23:19 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/5676
Author: @michaelsanford
Created: 9/4/2025
Status: Merged
Merged: 9/5/2025
Merged by: @joel-jeremy

Base: masterHead: sync-server-no-color-logging


📝 Commits (2)

  • 5f73c58 Add NO_COLOR standard environment flag to sync-server logging.
  • ff497e8 [autofix.ci] apply automated fixes

📊 Changes

2 files changed (+9 additions, -1 deletions)

View changed files

📝 packages/sync-server/src/util/middlewares.js (+3 -1)
upcoming-release-notes/5676.md (+6 -0)

📄 Description

I have a personal need for colourless logging (AWS CloudWatch) on the sync-server and offer this tiny PR which follows the well-accepted https://no-color.org/ format.

It's likely useful in other contexts.

I elected not to touch the config.json file as this is likely too niche to pollute the main configuration.


🔄 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/actualbudget/actual/pull/5676 **Author:** [@michaelsanford](https://github.com/michaelsanford) **Created:** 9/4/2025 **Status:** ✅ Merged **Merged:** 9/5/2025 **Merged by:** [@joel-jeremy](https://github.com/joel-jeremy) **Base:** `master` ← **Head:** `sync-server-no-color-logging` --- ### 📝 Commits (2) - [`5f73c58`](https://github.com/actualbudget/actual/commit/5f73c58a3d7b53e090755986c2d0d1c8c8bc5b95) Add NO_COLOR standard environment flag to sync-server logging. - [`ff497e8`](https://github.com/actualbudget/actual/commit/ff497e81d3b565634aa53aeb37be3ba99aa9b187) [autofix.ci] apply automated fixes ### 📊 Changes **2 files changed** (+9 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `packages/sync-server/src/util/middlewares.js` (+3 -1) ➕ `upcoming-release-notes/5676.md` (+6 -0) </details> ### 📄 Description I have a personal need for colourless logging (AWS CloudWatch) on the sync-server and offer this tiny PR which follows the well-accepted https://no-color.org/ format. It's likely useful in other contexts. I elected not to touch the `config.json` file as this is likely too niche to pollute the main configuration. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-02-28 21:23:19 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#6061