Re: [devel] [PATCH 1/1] dtm: rotate logtraces on demand [#3086]

2019-10-24 Thread Minh Hon Chau
Hi Vu, ack from me. Thanks Minh On 21/10/19 5:51 pm, Nguyen Minh Vu wrote: Hi, Any comments on this patch? I will push it by this week if no comments. Regards, Vu On 10/4/19 5:30 PM, Vu Minh Nguyen wrote: Introducing a new option '--rotate' to rotate given logtrace stream(s). This patch

Re: [devel] [PATCH 1/1] dtm: rotate logtraces on demand [#3086]

2019-10-20 Thread Nguyen Minh Vu
Hi, Any comments on this patch? I will push it by this week if no comments. Regards, Vu On 10/4/19 5:30 PM, Vu Minh Nguyen wrote: Introducing a new option '--rotate' to rotate given logtrace stream(s). This patch also cleans the code of LogServer::ExecuteCommand(). --- src/base/log_writer.h

[devel] [PATCH 1/1] dtm: rotate logtraces on demand [#3086]

2019-10-04 Thread Vu Minh Nguyen
Introducing a new option '--rotate' to rotate given logtrace stream(s). This patch also cleans the code of LogServer::ExecuteCommand(). --- src/base/log_writer.h | 2 +- src/dtm/tools/osaflog.cc| 25 ++- src/dtm/transport/log_server.cc | 125 +-