How to get management.log when running in docker? #1185

Closed
opened 2025-11-20 05:25:33 -05:00 by saavagebueno · 2 comments
Owner

Originally created by @BJorah on GitHub (Aug 28, 2024).

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). 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

@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

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

No dependencies set.

Reference: SVI/netbird#1185