mirror of
https://github.com/navidrome/navidrome.git
synced 2025-12-23 23:18:05 -05:00
Always log the configuration source at startup: shows an INFO message with the config file path when found, or a WARN message explaining how to specify one when not found. This helps users understand why CLI commands may fail when run outside of systemd (where --configfile is typically specified). Closes #4758