I was trying to add the date to my log file name and I was able to make it work by following the few suggestions I\'ve found in stackoverflow. Everything works fine but for some
As olle pointed out. your problem is related to the '\g', which your log4net is interpreting as another dateformat.
Try deleting the ".yyyy-MM-dd.lo\g" and replacing it with "yyyy-MM-dd"