You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@reef.apache.org by "Sergiy Matusevych (JIRA)" <ji...@apache.org> on 2017/11/11 00:29:00 UTC

[jira] [Created] (REEF-1958) Setting JobRequestBuilder.SetJavaLogLevel() to Verbose has no effect on C# components

Sergiy Matusevych created REEF-1958:
---------------------------------------

             Summary: Setting JobRequestBuilder.SetJavaLogLevel() to Verbose has no effect on C# components
                 Key: REEF-1958
                 URL: https://issues.apache.org/jira/browse/REEF-1958
             Project: REEF
          Issue Type: Bug
          Components: REEF.NET
            Reporter: Sergiy Matusevych
            Assignee: Julia
            Priority: Minor


Setting {{JobRequestBuilder.SetJavaLogLevel()}} with {{JavaLoggingSetting.Verbose}} correctly sets the logging level _on Java_ to {{Level.FINEST}}, but has no effect on C# components.

To verify:
    * set {{_jobRequestBuilder.SetJavaLogLevel(JavaLoggingSetting.Verbose)}} e.g. in HelloREEF;
    * observe that no log messages with {{Level.Verbose}} are being printed in the C# Driver, e.g. {{HelloDriver.cs}}




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)