mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2026-04-25 08:45:58 +03:00
[GH-ISSUE #746] 能否增加一个服务器日志路径的配置? #6164
Labels
No labels
Q/A
bug
casdoor
dependencies
docker
documentation
duplicate
enhancement
help wanted
invalid
lego
platform:openwrt
platform:windows
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nginx-ui#6164
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jinlin-teck on GitHub (Nov 22, 2024).
Original GitHub issue: https://github.com/0xJacky/nginx-ui/issues/746
首先感谢开发人员写了这么优秀的软件。
我使用的是openwrt系统,直接二进制运行的,写了openwrt启动服务,运行良好。
就是nginx-ui的日志默认就直接打印到控制台了,这导致我openwrt的系统日志太多了影响查阅正常的系统运行日志。
能否在app.ini里添加一个日志路径的配置,方便专门管理日志?
谢谢!
@Hintay commented on GitHub (Nov 22, 2024):
请使用OpenWrt的服务来管理日志
@jinlin-teck commented on GitHub (Nov 22, 2024):
ok