mirror of
https://github.com/OpenNebula/one.git
synced 2025-01-20 14:03:36 +03:00
0d5f9280a8
* Update install_gems (async.io, etc, rb-inotify) - make install_gems script more verbose - slightly refactor/simplify update_locks script - add async.io, etc and rb-inotify gems - update gem locks for: AlmaLinux8/9, CentOS8 - update gem locks for: Debian10/11, Ubuntu1804/2004/2204 * onegate-proxy: - ruby code and default config (169.254.16.9 to avoid conflicts) - install.sh script - logrotate and systemd onegate-proxy configs - onecfg configs
12 lines
175 B
Plaintext
12 lines
175 B
Plaintext
/var/log/one/onegate-proxy.log {
|
|
delaycompress
|
|
dateext
|
|
dateformat -%Y%m%d-%s
|
|
compress
|
|
weekly
|
|
rotate 52
|
|
missingok
|
|
notifempty
|
|
copytruncate
|
|
}
|