Bug #9709
Updated by Ward Vandewege over 8 years ago
Qr1hi had a 23 GB logging production.log Do a postmortem of that and prevent that in the future. the file is located in qr1hi:/data1/production.log and also there is an already compressed 2.3GB: <pre> qr1hi:/var/www/arvados-api/current/log# ls -l production.log-20160802.bz2 -rw-r--r-- 1 www-data www-data 2404165961 Aug 2 06:29 production.log-20160802.bz2 </pre> Goal of this ticket: * the API server should not log entire manifests. * ideally, figure out what caused the excessive logging. logging Related ticket: #9696 which is what Jiayong was doing when the log file filled up the disk. When there is a conclusion on the root cause, please delete /data1/production.log on qr1hi, or ask a sysadmin to do it.