标签:style blog ar sp art on log amp 时间
每天写一个日志:
nohup ./startWebLogic.sh | /apache/bin/rotatelogs ./logs/nohuplog 86400 &
每200M写一个日志:
nohup ./startWebLogic.sh | /apache/bin/rotatelogs ./logs/nohuplog 200M &
每200M写一个日志,按时间日期命令名:
nohup ./startWebLogic.sh | /apache/bin/rotatelogs ./logs/nohup_%Y%m%d%H%M.log 200M &
利用apache的rotatelogs命令实现WebLogic启动命令的nohup的日志回滚
标签:style blog ar sp art on log amp 时间
原文地址:http://my.oschina.net/farces/blog/330130