[mohaa] ...any troubles yet?

Ryan C. Gordon icculus at clutteredmind.org
Tue Jul 16 12:54:27 EDT 2002


> Is there a command to force it to log to a specific filename? If not, can
> you do this, it would make my life much easier!

Your wish is my command.

The next release will have a cvar, logfilename, which you can set. It
defaults to "qconsole.log" (which is what the current revision uses). Note
that this will only work for the filename, if you want an explicit path,
you should also use fs_outputpath (which I've also added).

So ...

./mohaa_lnxded +set fs_outputpath /tmp +set logfile 2 +set
logfilename mohaalog.txt

 ...will write the log to /tmp/main/mohaalog.txt

Without those cvars, the log would end up in ~/.mohaa/main/qconsole.log

Again, this is in the next release, not this one.

--ryan.






More information about the Mohaa mailing list