mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-25 09:25:55 +03:00
[GH-ISSUE #3648] Difficulty finding letsencrypt logs #2418
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#2418
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 @mshorey on GitHub (Mar 22, 2024).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/3648
I wondering if anyone else is having difficulty finding the letsencrypt logs in the latest version? Trying to find them at /tmp/letsencrypt-log/letsencrypt.log inside the container and they don't exist. I've also added:
./letsencrypt-logs:/tmp/letsencrypt-log
to my docker-compose.yml and nothing gets generated there. After having issues with certificate renewal in the past I like to have access to this log file in case something breaks.
Any help would be greatly appreciated. Thank you!
@mshorey commented on GitHub (Mar 27, 2024):
Hoping someone might have a suggestion for me on this on where I can find my letsencrypt logs? Thanks so much.
@github-actions[bot] commented on GitHub (Oct 26, 2024):
Issue is now considered stale. If you want to keep it open, please comment 👍
@dylanjsnow commented on GitHub (Oct 21, 2025):
@mshorey I am using
jc21/nginx-proxy-manager:latestdocker image. Note the name of the container under the NAMES column with commandsudo docker container ls. Mine is called npm. I can view the logs with this command:sudo docker exec -i -t npm cat /tmp/letsencrypt-log/letsencrypt.log