Added no_time_stamp_ms option mainly for testing

This commit is contained in:
Takeshi Nakatani
2021-02-13 08:05:32 +00:00
committed by Andrew Gaul
parent 5debf523b0
commit a0f347b10f
6 changed files with 64 additions and 20 deletions

View File

@ -370,6 +370,11 @@ Specify "normal" or "body" for the parameter.
If the parameter is omitted, it is the same as "normal".
If "body" is specified, some API communication body data will be output in addition to the debug message output as "normal".
.TP
\fB\-o\fR no_time_stamp_msg - no time stamp in debug message
The time stamp is output to the debug message by default.
If this option is specified, the time stamp will not be output in the debug message.
It is the same even if the environment variable "S3FS_MSGTIMESTAMP" is set to "no".
.TP
\fB\-o\fR set_check_cache_sigusr1 (default is stdout)
If the cache is enabled, you can check the integrity of the cache file and the cache file's stats info file.
This option is specified and when sending the SIGUSR1 signal to the s3fs process checks the cache status at that time.