Re: logging.fileConfig limitations?

2009-06-18 Thread Vinay Sajip
On Jun 17, 9:05 pm, Mani Ghasemlou wrote: > Hi all, > > C:\Documents and Settings\ßéäöÜ2\Local Settings\Application > Data\MyApp\MyApp.log > > Now it turns out that the logging module can't find "C:/Documents and > Settings/ßéäöÜ2/Local Settings/Application Data/MyApp/MyApp.log" > specified

logging.fileConfig limitations?

2009-06-17 Thread Mani Ghasemlou
Hi all, I have an application that writes out its logs in a subfolder of the user's local data directory. Let's say our user's name is "ßéäöÜ2". On my Windows XP machine, this logging path turns out to be: C:\Documents and Settings\ßéäöÜ2\Local Settings\Application Data\MyApp\MyApp.log My appli