[PR #5468] [CLOSED] Replace console.log with console.info for startup messages[HacktoberFest] #5229

Closed
opened 2026-03-17 02:41:45 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/5468
Author: @abhishekmaniy
Created: 10/9/2025
Status: Closed

Base: mainHead: fix/remove-unnecessary-console-logs


📝 Commits (1)

  • c5f2c4c fix: replace console.log with console.info for informational messages

📊 Changes

1 file changed (+5 additions, -5 deletions)

View changed files

📝 packages/hoppscotch-backend/src/main.ts (+5 -5)

📄 Description

Summary

  • Replace console.log with console.info for informational startup messages
  • Improve logging consistency and follow better logging practices
  • Messages affected: production mode, port, CORS settings, and trust proxy

Test plan

  • Verify application starts up correctly
  • Confirm log messages are displayed with proper log level
  • Check that functionality remains unchanged

🔄 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/hoppscotch/hoppscotch/pull/5468 **Author:** [@abhishekmaniy](https://github.com/abhishekmaniy) **Created:** 10/9/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `fix/remove-unnecessary-console-logs` --- ### 📝 Commits (1) - [`c5f2c4c`](https://github.com/hoppscotch/hoppscotch/commit/c5f2c4c10b9c419de061852cac1f6aa7e8eee09f) fix: replace console.log with console.info for informational messages ### 📊 Changes **1 file changed** (+5 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `packages/hoppscotch-backend/src/main.ts` (+5 -5) </details> ### 📄 Description ## Summary - Replace `console.log` with `console.info` for informational startup messages - Improve logging consistency and follow better logging practices - Messages affected: production mode, port, CORS settings, and trust proxy ## Test plan - [x] Verify application starts up correctly - [x] Confirm log messages are displayed with proper log level - [x] Check that functionality remains unchanged --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 02:41:45 +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/hoppscotch#5229
No description provided.