Re: [PATCH v2 061/109] virtiofsd: Add ID to the log with FUSE_LOG_DEBUG level

2020-01-22 Thread Philippe Mathieu-Daudé
On 1/21/20 1:23 PM, Dr. David Alan Gilbert (git) wrote: From: Masayoshi Mizuma virtiofsd has some threads, so we see a lot of logs with debug option. It would be useful for debugging if we can identify the specific thread from the log. Add ID, which is got by gettid(), to the log with FUSE_LOG

[PATCH v2 061/109] virtiofsd: Add ID to the log with FUSE_LOG_DEBUG level

2020-01-21 Thread Dr. David Alan Gilbert (git)
From: Masayoshi Mizuma virtiofsd has some threads, so we see a lot of logs with debug option. It would be useful for debugging if we can identify the specific thread from the log. Add ID, which is got by gettid(), to the log with FUSE_LOG_DEBUG level so that we can grep the specific thread. The