Current log files are named like:
[r14(server)]-[01-10-2026]_[06-06-45]_32.log
This is a goofy convention. Replace it with a more standard, idiomatic log naming format (e.g. nevr-server-YYYYMMDD-HHMMSS. log or similar).
Requirements:
- New naming style should be the default but allow toggling back to legacy with a CLI flag.
- Update all references and test cases to match new naming when flag is set.
Add a release note entry if applicable. Have fun.
Current log files are named like:
This is a goofy convention. Replace it with a more standard, idiomatic log naming format (e.g.
nevr-server-YYYYMMDD-HHMMSS. logor similar).Requirements:
Add a release note entry if applicable. Have fun.