shibaniahegde / tweetx

Automatically exported from code.google.com/p/tweetx
0 stars 0 forks source link

Creates tempfile at every loction its run. #14

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. run tweetx at new directory.
2. exit tweetx.
3. following files are generated logging.txt words.cache words.soundex

What is the expected output? What do you see instead?
file's should be going in a common location like <user_home>/.tweetx/

Please use labels and text to provide additional information.

Original issue reported on code.google.com by soumen.b...@gmail.com on 22 Jan 2010 at 5:56

GoogleCodeExporter commented 9 years ago
Yes. I was thinking to add run time debug support in tweetx. ==> priority(2);
currently debug support is added at compile time.  
$tweetx --enable-debug <level>
where level = 1 file 
            =2 network debug
            if not given, no debugging

Need to think on it. don't know how to support by changing the log class only.

something like that will be available in next release.

words.cache and words.soundex should be inside ~/.tweetx/. ==> priority(1);

Original comment by singh.am...@gmail.com on 22 Jan 2010 at 6:02