emuikernel / wittytwitter

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

WittyLog.txt Log file is not written due to elevated permissions #98

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Launch Witty

What is the expected output? What do you see instead?
WittyLog.txt generated

What version of the product are you using? On what operating system?
trunk

Please provide any additional information below.
WittyLog.txt is not written to the application directory due to elevation
being required.

to fix this you can log to the {TMP} directory by changing the App.config
to point to:

<param name="File" value="${TMP}\WittyLog.txt" />

I verified this works.

Original issue reported on code.google.com by shahi...@gmail.com on 25 Mar 2008 at 10:47