You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Pavel Tupitsyn (Jira)" <ji...@apache.org> on 2019/09/17 12:09:00 UTC

[jira] [Updated] (IGNITE-12176) .NET: Apache.Ignite.exe fails when config has custom logger or plugins

     [ https://issues.apache.org/jira/browse/IGNITE-12176?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pavel Tupitsyn updated IGNITE-12176:
------------------------------------
    Ignite Flags:   (was: Docs Required,Release Notes Required)

> .NET: Apache.Ignite.exe fails when config has custom logger or plugins
> ----------------------------------------------------------------------
>
>                 Key: IGNITE-12176
>                 URL: https://issues.apache.org/jira/browse/IGNITE-12176
>             Project: Ignite
>          Issue Type: Bug
>          Components: platforms
>            Reporter: Pavel Tupitsyn
>            Assignee: Pavel Tupitsyn
>            Priority: Major
>              Labels: .NET
>
> Steps to reproduce:
> * Implement Apache.Ignite.Core.Log.ILogger interface, compiled into assembly
> * Create a config file with that logger:
> {code}
> <configuration>
>     <configSections>
>         <section name="igniteConfiguration" type="Apache.Ignite.Core.IgniteConfigurationSection, Apache.Ignite.Core" />
>     </configSections>
>     <igniteConfiguration xmlns="http://ignite.apache.org/schema/dotnet/IgniteConfigurationSection">
>         <logger type='CustomNs.CustomLogger, CustomAsm' />
>     </igniteConfiguration>
> </configuration>
> {code}
> * Run Apache.Ignite.exe with that config file while CustomAsm is in a separate dir:
> {code}
> Apache.Ignite.exe -ConfigFileName=myconfig.xml -assembly=c:\w\CustomAsm.dll
> {code}



--
This message was sent by Atlassian Jira
(v8.3.2#803003)