Files
deceptifeed/internal
Ryan Smith bc7fcef4b5 Refactor log path initialization
Previously:
When no log path was specified for a server, it would fall back to the global/default log path during logger initialization. However, the `LogPath` field didn't update and would not reflect the actual path used by the logger.

Now:
Log path determination is handled while the configuration is loading. If a server falls back to the default log path, the `LogPath` field is updated to reflect the actual path used by the logger.
2025-03-17 13:25:09 -07:00
..
2025-03-17 13:25:09 -07:00
2025-03-03 22:07:45 -08:00
2024-12-26 10:05:55 -08:00