# File test/test_Logging.rb, line 156
    def test_stdout_logging_level
      init_context
      assert_equal('notice', @Logging.stdout_logging_level)
      assert_equal(1, @stdout_logging_level_call)
    end