Changes between Initial Version and Version 7 of Ticket #1291
- Timestamp:
- May 9, 2016, 1:44:09 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1291 – Description
initial v7 17 17 The naming is a bit inconsistent, and at first sight it's not immediately clear what the `c49bb7bf-ffc7-495b-8e13-1a5c4d8f96dc.029071.log` files are. 18 18 19 Bang has a suggestion of using a timestamp in the file name, which I also think is more useful then either the PID or the rasserver ID. So overall my suggestion would be like this:19 The rasserver logs should be changed to have rasserver as prefix in the file names: 20 20 {{{ 21 <timestamp>.rasmgr.<pid>.log 22 <timestamp>.rasserver.<pid1>.log 23 <timestamp>.rasserver.<pid2>.log 24 <timestamp>.rasserver.<pid3>.log 25 <timestamp>.rasserver.<pid4>.log 21 rasserver.3c1bb3ad-f89a-4533-878a-2fbc99f4bb50.026737.log 22 rasserver.3e34023a-c39e-4a1d-943c-0f36966e9b44.026738.log 26 23 ... 27 24 }}} 28 With this we get natural sorting and grouping of the logs by creation date, and `ls -ltr` can still be used to get last modified ones.29 30 I'm not quite sure if two files can be created at the same time instant so I still included the <pid>s in the log names; if this is not the case then we can move the PID to a startup log message inside the log file. The rasserver random ID can also be a log message.