[PR #3655] [MERGED] Fix log.level configuration in frps.toml #4801

Closed
opened 2026-05-05 14:49:00 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/3655
Author: @ShenHongFei
Created: 10/10/2023
Status: Merged
Merged: 10/10/2023
Merged by: @fatedier

Base: devHead: fix-frps-toml


📝 Commits (1)

  • ea89d7e Fix log.level configuration in frps.toml

📊 Changes

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

View changed files

📝 conf/frps.toml (+1 -1)

📄 Description

log.level = info

changed to

log.level = "info"

🔄 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/fatedier/frp/pull/3655 **Author:** [@ShenHongFei](https://github.com/ShenHongFei) **Created:** 10/10/2023 **Status:** ✅ Merged **Merged:** 10/10/2023 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `dev` ← **Head:** `fix-frps-toml` --- ### 📝 Commits (1) - [`ea89d7e`](https://github.com/fatedier/frp/commit/ea89d7e3a43315abe14bf046ff2443551999f379) Fix log.level configuration in frps.toml ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `conf/frps.toml` (+1 -1) </details> ### 📄 Description ```toml log.level = info ``` changed to ```toml log.level = "info" ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 14:49:00 -06: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: github-starred/frp#4801
No description provided.