[GH-ISSUE #2491] no log file created #1980

Closed
opened 2026-05-05 13:16:33 -06:00 by gitea-mirror · 3 comments
Owner

Originally created by @towerbit on GitHub (Jul 22, 2021).
Original GitHub issue: https://github.com/fatedier/frp/issues/2491

[REQUIRED] hat version of frp are you using

Version:0.36.1

[REQUIRED] What operating system and processor architecture are you using
OS:CentOS 7
CPU architecture:

[REQUIRED] description of errors

confile

log file

log_file = ./frps.log
log_level = info
log_max_days = 7
Steps to reproduce the issue

  1. frps start, no frps.log file created
  2. ./frps -c frps.ini , shows log in console, but not frps.log file created

Supplementary information

Can you guess what caused this issue

Checklist:

  • [] I included all information required in the sections above
  • [] I made sure there are no duplicates of this report (Use Search)
Originally created by @towerbit on GitHub (Jul 22, 2021). Original GitHub issue: https://github.com/fatedier/frp/issues/2491 <!-- From Chinese to English by machine translation, welcome to revise and polish. --> <!-- ⚠️⚠️ Incomplete reports will be marked as invalid, and closed, with few exceptions ⚠️⚠️ --> <!-- in addition, please use search well so that the same solution can be found in the feedback, we will close it directly --> <!-- for convenience of differentiation, use FRPS or FRPC to refer to the FRP server or client --> **[REQUIRED] hat version of frp are you using** <!-- Use ./frpc -v or ./frps -v --> Version:0.36.1 **[REQUIRED] What operating system and processor architecture are you using** OS:CentOS 7 CPU architecture: **[REQUIRED] description of errors** **confile** <!-- Please pay attention to hiding the token, server_addr and other privacy information --> **log file** <!-- If the file is too large, use Pastebin, for example https://pastebin.ubuntu.com/ --> log_file = ./frps.log log_level = info log_max_days = 7 **Steps to reproduce the issue** 1. frps start, no frps.log file created 2. ./frps -c frps.ini , shows log in console, but not frps.log file created **Supplementary information** **Can you guess what caused this issue** **Checklist**: <!--- Make sure you've completed the following steps (put an "X" between of brackets): --> - [] I included all information required in the sections above - [] I made sure there are no duplicates of this report [(Use Search)](https://github.com/fatedier/frp/issues?q=is%3Aissue)
gitea-mirror 2026-05-05 13:16:33 -06:00
Author
Owner

@blizard863 commented on GitHub (Jul 22, 2021):

you should check your file or folders permissions.

<!-- gh-comment-id:885305700 --> @blizard863 commented on GitHub (Jul 22, 2021): you should check your file or folders permissions.
Author
Owner

@wxy545812093 commented on GitHub (Aug 15, 2021):

nohup ./frps -c frps.ini > frps.log 2>&1 & :) -- :)

<!-- gh-comment-id:899004570 --> @wxy545812093 commented on GitHub (Aug 15, 2021): `nohup ./frps -c frps.ini > frps.log 2>&1 &` :) -- :)
Author
Owner

@github-actions[bot] commented on GitHub (Sep 15, 2021):

Issues go stale after 30d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.

<!-- gh-comment-id:919606622 --> @github-actions[bot] commented on GitHub (Sep 15, 2021): Issues go stale after 30d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.
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#1980
No description provided.