higress-logrotate 221 B

123456789101112
  1. /var/lib/gpustack/log/higress/access.log
  2. {
  3. su root root
  4. rotate 5
  5. create 644 0 0
  6. nocompress
  7. notifempty
  8. size 100M
  9. postrotate
  10. ps aux|grep "envoy -c"|grep -v "grep"|awk '{print $2}'|xargs -i kill -SIGUSR1 {}
  11. endscript
  12. }