mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-25 17:35:52 +03:00
[GH-ISSUE #724] Show logs in ui #613
Labels
No labels
awaiting feedback
bug
cannot reproduce
dns provider request
duplicate
enhancement
enhancement
enhancement
good first issue
help wanted
invalid
need more info
no certbot plugin available
product-support
pull-request
question
stale
troll
upstream issue
v2
v2
v2
v3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nginx-proxy-manager-NginxProxyManager#613
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 @inmanturbo on GitHub (Nov 17, 2020).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/724
Is your feature request related to a problem? Please describe.
Not really Just a bell or a whistle, so to speak
Describe the solution you'd like
show access logs in ui, either with link in the context menu for where you select to edit the host, or show all under
Audit Log. Maybe even better show error log underAudit Logand access logs under context menu for each host.Just a thought. I think it would be a great addition and it wouldn't break anything.
@Salvora commented on GitHub (Nov 23, 2020):
second this
@Peutchwice commented on GitHub (Nov 24, 2020):
third this :)
@Rustymage commented on GitHub (Jan 12, 2021):
I log all traffic to a central rsyslog server using the following text in the
Advancedsection of each proxy host:access_log syslog:server= <RSYSLOG_IP:PORT>,tag= <PROXY_NAME>,severity=info combined; error_log syslog:server=<RSYSLOG_IP:PORT>,tag= <PROXY_NAME>,severity=debug;@inmanturbo commented on GitHub (Jan 12, 2021):
That's a great idea. Thanks for mentioning it!
@chaptergy commented on GitHub (May 12, 2021):
Duplicate of https://github.com/jc21/nginx-proxy-manager/issues/401