Re: Logging using Log4Net

2018-02-14 Thread ozgurnevres
Great. Many thanks! -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Logging using Log4Net

2018-02-13 Thread Alexey Popov
Igg.zip -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Logging using Log4Net

2018-02-13 Thread Alexey Popov
Hi, Hm, actually, you've got several log4net misconfigurations in your solution. Everything was fine with Ignite config itself ). Please see updated minified solution attached. Just "build a solution" and it will restore all required packages. The following log4net misconfigurations fixed: 1.

Re: Logging using Log4Net

2018-02-12 Thread ozgurnevres
You can download a simple reproducer project here: https://1drv.ms/u/s!ApZeEREhT0aVxHwU56ywJxhuVWvR -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Logging using Log4Net

2018-02-12 Thread ozgurnevres
"please ensure that your log4net configuration section is actually used" How can I ensure that? It seems there's no property in logger configuration to tell which appender will be used. -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Logging using Log4Net

2018-02-12 Thread Alexey Popov
Hi, There could be several issues. Unfortunately, you just provided some config snippets. First of all, please add to your appender RollingLogFileAppender config. Then, please ensure that your log4net configuration section is actually used. It is better to have a separate file log4net.config

Logging using Log4Net

2018-02-12 Thread ozgurnevres
Hi, I want to use log4net for logging. Ignite starts from ApplicationConfiguration like this: Ignition.StartFromApplicationConfiguration() It seems it isn't logging in C:\Logs. What am I doing wrong? Ignite configuration is like