[GH-ISSUE #2494] How to get management.log when running in docker? #5349

Closed
opened 2026-08-05 01:02:45 -04:00 by saavagebueno · 2 comments
Owner

Originally created by @BJorah on GitHub (Aug 28, 2024).
Original GitHub issue: https://github.com/netbirdio/netbird/issues/2494

When I run netbird-mgmt locally, I can see the log information in /var/log/netbird/management.log , but How can I get the log when I run management on the self-host server running in docker?

Originally created by @BJorah on GitHub (Aug 28, 2024). Original GitHub issue: https://github.com/netbirdio/netbird/issues/2494 When I run netbird-mgmt locally, I can see the log information in /var/log/netbird/management.log , but How can I get the log when I run management on the self-host server running in docker?
Author
Owner

@saule1508 commented on GitHub (Sep 8, 2024):

this is more for the slack channel I think
You can see the logs with

docker compose logs management

or you can see them in /var/lib/docker/containers/, there is a log file there

<!-- gh-comment-id:2336865896 --> @saule1508 commented on GitHub (Sep 8, 2024): this is more for the slack channel I think You can see the logs with `docker compose logs management` or you can see them in /var/lib/docker/containers/<containerid>, there is a log file there
Author
Owner

@BJorah commented on GitHub (Sep 8, 2024):

Cool, I successfully get the log.
Thank you very much! @saule1508

<!-- gh-comment-id:2337009743 --> @BJorah commented on GitHub (Sep 8, 2024): Cool, I successfully get the log. Thank you very much! @saule1508
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: DYNR/netbird#5349