修改日志名称格式

This commit is contained in:
whyour
2023-02-17 22:49:06 +08:00
parent 9bc7ca4094
commit 403ab7f0f0
6 changed files with 14 additions and 17 deletions
+1 -1
View File
@@ -173,7 +173,7 @@ run_concurrent() {
local envs=$(eval echo "\$${env_param}")
local array=($(echo $envs | sed 's/&/ /g'))
single_log_time=$(date "+%Y-%m-%d-%H-%M-%S.%N")
single_log_time=$(date "+%Y-%m-%d-%H-%M-%S.%3N")
cd $dir_scripts
local relative_path="${file_param%/*}"