Auto-cleanup development logs on OS X with ease
While you have been working on a projects for a long period of time you may find that a large amount of your disk space is being taken up by your development logs.
OS X comes with newsyslog utility to handle log files.
Add /etc/newsyslog.d/io.user.dev.conf
configuration with body:
# logfilename [owner:group] mode count size when flags [/pid_file] [sig_num]
/Users/u/dev/**/*/*.log 666 0 5120 * GN
/Users/u/Library/**/*/*.log 666 0 5120 * GN
This configuration will setup newsyslog to trim log files with size more than 5MB in all subfolders unders /Users/user/dev/
.
To verify that it works and simulate a rotation, you can run this command: newsyslog -nvr
Written by Paul Nikitochkin
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Osx
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#