[GH-ISSUE #724] Show logs in ui #613

Closed
opened 2026-02-26 06:33:39 +03:00 by kerem · 5 comments
Owner

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 under Audit Log and 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.

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 under `Audit Log` and 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.
kerem 2026-02-26 06:33:39 +03:00
Author
Owner

@Salvora commented on GitHub (Nov 23, 2020):

second this

<!-- gh-comment-id:732449637 --> @Salvora commented on GitHub (Nov 23, 2020): second this
Author
Owner

@Peutchwice commented on GitHub (Nov 24, 2020):

third this :)

<!-- gh-comment-id:732818122 --> @Peutchwice commented on GitHub (Nov 24, 2020): third this :)
Author
Owner

@Rustymage commented on GitHub (Jan 12, 2021):

I log all traffic to a central rsyslog server using the following text in the Advanced section 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;

<!-- gh-comment-id:758462154 --> @Rustymage commented on GitHub (Jan 12, 2021): I log all traffic to a central rsyslog server using the following text in the `Advanced` section 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;`
Author
Owner

@inmanturbo commented on GitHub (Jan 12, 2021):

I log all traffic to a central rsyslog server using the following text in the Advanced section 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;

That's a great idea. Thanks for mentioning it!

<!-- gh-comment-id:758745603 --> @inmanturbo commented on GitHub (Jan 12, 2021): > I log all traffic to a central rsyslog server using the following text in the `Advanced` section 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;` That's a great idea. Thanks for mentioning it!
Author
Owner

@chaptergy commented on GitHub (May 12, 2021):

Duplicate of https://github.com/jc21/nginx-proxy-manager/issues/401

<!-- gh-comment-id:840093030 --> @chaptergy commented on GitHub (May 12, 2021): Duplicate of https://github.com/jc21/nginx-proxy-manager/issues/401
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/nginx-proxy-manager-NginxProxyManager#613
No description provided.