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

amberashby

macrumors 6502
Original poster
Nov 6, 2003
254
0
I just noticed that my HD space was far less than it had been. After a search I discovered that my console.log file was 27gigs. What is this and why is it so big? I have been using iMovie and iDVD a lot recently so this may have something to do with it.

I tried deleting it, but it won't let me because it says it is in use.

Thanks everyone.
 
Do you have FileVault on? I remember I had some problems with disk space when I had that on, and I only got it back when I logged out and let it "reclaim unused disk space".
 
Just ran MacJanitor on all task, but it did not work. :-(
I will try Onyx now.
I have never had File Vault tuned on.
 
You can zero out the log file. Open Terminal and do:

cd /Library/Logs/Console/<username>

where <username> is your username

Now type:

> console.log

That will zero it out for you. However, if it keeps getting really large, you might want to do a tail on it to see what is going on:

tail console.log

Or to keep monitoring it:

tail -f console.log
 
if you want a gui, just open console, under utilities..you can clean up the entries there,,,infact you can clean up system log, and other logs too..
cheers
 
tomf87 said:
You can zero out the log file. Open Terminal and do:

cd /Library/Logs/Console/<username>

where <username> is your username

Now type:

> console.log

That will zero it out for you. However, if it keeps getting really large, you might want to do a tail on it to see what is going on:

tail console.log

Or to keep monitoring it:

tail -f console.log

This worked. Thanks. I'm not sure what caused this, but I bet it had something to do with iMovie or iDVD.
 
27GB! Some people's HDs aren't that big! You should have read some of it to see what WAS adding to the file. As a side note to all who read, what is the console.log file for?
 
SpaceMagic said:
27GB! Some people's HDs aren't that big! You should have read some of it to see what WAS adding to the file. As a side note to all who read, what is the console.log file for?

I believe the console keeps a computer log that is very useful when reporting bugs so that the developer can get a more accurate picture of what went wrong.
 
SpaceMagic said:
27GB! Some people's HDs aren't that big! You should have read some of it to see what WAS adding to the file. As a side note to all who read, what is the console.log file for?
mainly it consists of error messages and warnings..though now most of it is in system log..just open console
applications-utilities-console...
you can see the entries yourself..
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.