2
0
mirror of https://github.com/status-im/consul.git synced 2025-03-01 22:00:42 +00:00
Ashesh Vidyut d45c3c2755
NET-3181 - Allow log file naming like Nomad ()
* fixes file name for consul

* added log file

* added tests for rename method
2023-08-31 21:51:09 +05:30

4 lines
186 B
Plaintext

```release-note:improvement
log: Currently consul logs files like this consul-{timestamp}.log. This change makes sure that there is always
consul.log file with the latest logs in it.
```