Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

Mork

macrumors 6502a
Original poster
I have some process on the Mac adding tons of files to my /private/var/log folder. These files have an extension of ".asl", which coincidentally is the same as the Adobe Style files.

Is there anyway to figure out what process/program is causing these files to be logged?

Looking at the internals of these files isn't very revealing.

In one day, for example, 20GB of log files got added.

Other days, very few.

Confusing.

Thanks in advance.

- m
 
Did you try using a web search engine to see if any of the filenames in question come up in a search? Also if you had done a search using "file extension asl" You would get links that show there to be several applications that generate .asl files.
 
Did you try using a web search engine to see if any of the filenames in question come up in a search? Also if you had done a search using "file extension asl" You would get links that show there to be several applications that generate .asl files.

Yup did that. That search didn't help. Hence, I posted here. 🙂

Thanks Bear.
 
The contents of /private/var/log/asl/ are what the Apple's version of the syslog daemon uses to actually work. The text logs are mearly a byproduct, and the asl contents are the magic behind the curtain: a full database of the logging messages sent in your computer.

I use this all the time to pull out specific time segments or debug levels of these messages. Yes, my job is a little weird in this regard, but it is a really wonderfull system. Peter Hosey has done some nice work covering the system in some detail:

http://boredzo.org/blog/archives/2008-01-20/asl-logging
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.