I've tried the conf file you've sent with latest version of log4erl
(version 0.9.0) and couldn't reproduce the fault you're getting. I
suspect this is due to the slash before the file name in:
> log4erl:conf("etc\log4erl.conf").
Please try to run this again with either:
> log4erl:conf("etc/log4erl.conf").
or
> log4erl:conf("etc\\log4erl.conf").
Judging from the command you're using, this is a windows machine.
Also, if you could provide log4erl's version, it might be helpful.
If the above still doesn't work, please try to copy log4erl.conf file
to the same directory you're running log4erl from and try again
without the name of the directory (i.e. log4erl:conf("log4erl.conf")).
Let me know what happenes.
BR<
Ahmed
> --
> You received this message because you are subscribed to the Google Groups "Log4erl" group.
> To post to this group, send email to log...@googlegroups.com.
> To unsubscribe from this group, send email to log4erl+u...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/log4erl?hl=en.
>
>