Hello, Currently logs (all tserver, master) are getting huge and sometimes fills up entire disk. They only get rotated when i restart service. I saw that code in start-daemon.sh script
Is there a way to use rollingfileappender? I tried to rotate using logrotate but it is still logging into old log file (now master_xxx.out.1 file) I saw some examples under templates folder but there is no information on which java classes can go to a log file. e.g. package x,y,z can go to master_xxx out file and package kzb can go to monitor.. Thanks -S