Page 1 of 1

the .log file

PostPosted: Wed Feb 09, 2011 10:35 pm
by jill1009
Hi,
I'm estimating a DSGE model using compute_mode=6. I find that the .log file is expanding quickly all the time. Now it is 3G. What's the use of the .log file? Since I'm working on the webdrive, I don't have enough space for the bigger and bigger log file. Is there any method to deal with it?
Thanks,
Ji

Re: the .log file

PostPosted: Thu Feb 10, 2011 8:38 am
by jpfeifer
Put
Code: Select all
diary off;

in the mod-file before the command where the diary should be shut off, e.g. before the estimation command.

Re: the .log file

PostPosted: Thu Feb 10, 2011 4:45 pm
by jill1009
Thank you very much!
Ji