autosys log file name contains date

来源:互联网 发布:tpo模考软件mac版下载 编辑:程序博客网 时间:2024/05/19 09:39

 
std_out_file: /export/opt/xxx/rel_ver/log/autosyslog/HamperPriceUpld.out.`date +%Y%m%d`
std_err_file: /export/opt/xxx/rel_ver/log/autosyslog/HamperPriceUpld.err.`date +%Y%m%d`

 

but the log file name has limit:80, if excess 80, it will cut the name to 80 , for example:


std_out_file: /export/opt/xxx/rel_ver/log/autosyslog/xxx_CortlandFileUpload.out.`date +%Y%m%d`

 

the result is std_out_file: /export/opt/xxx/rel_ver/log/autosyslog/xxx_CortlandFileUpload.out.`date

 

原创粉丝点击