是否可以将日志配置为每天轮换日志,但是保存当前日志文件时没有日期后缀。
例如,在示例的日志目录中包含以下内容:
example.log <-- this is the current (today's) log file
example.2018-06-09.log <-- old log file
example.2018-06-10.log <-- old log file
example.2018-06-11.log <-- old log file
example.2018-06-12.log <-- old log file