You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@geode.apache.org by "kirklund (GitHub)" <gi...@apache.org> on 2018/09/26 17:44:20 UTC

[GitHub] [geode] kirklund opened pull request #2519: GEODE-2644: Cleanup logging tests


[ Full content available at: https://github.com/apache/geode/pull/2519 ]
This message was relayed via gitbox.apache.org for notifications@geode.apache.org

[GitHub] [geode] kirklund commented on issue #2519: GEODE-2644: Cleanup logging tests

Posted by "kirklund (GitHub)" <gi...@apache.org>.
GfshParserAutoCompletionTest is failing in a very cryptic way. So far I don't know what the cause is.

[ Full content available at: https://github.com/apache/geode/pull/2519 ]
This message was relayed via gitbox.apache.org for notifications@geode.apache.org

[GitHub] [geode] kirklund commented on issue #2519: GEODE-2644: Cleanup logging tests

Posted by "kirklund (GitHub)" <gi...@apache.org>.
I've resolved conflicts with develop.

[ Full content available at: https://github.com/apache/geode/pull/2519 ]
This message was relayed via gitbox.apache.org for notifications@geode.apache.org

[GitHub] [geode] kirklund closed pull request #2519: GEODE-2644: Cleanup logging tests

Posted by "kirklund (GitHub)" <gi...@apache.org>.
[ pull request closed by kirklund ]

[ Full content available at: https://github.com/apache/geode/pull/2519 ]
This message was relayed via gitbox.apache.org for notifications@geode.apache.org

[GitHub] [geode] kirklund commented on issue #2519: GEODE-2644: Cleanup logging tests

Posted by "kirklund (GitHub)" <gi...@apache.org>.
On develop, gfsh command "change loglevel --level" has these completions:
```
<[0. null - =ALL,
    0. null - =DEBUG,
    0. null - =ERROR,
    0. null - =FATAL,
    0. null - =INFO,
    0. null - =OFF,
    0. null - =TRACE,
    0. null - =WARN]>
```
While on my branch, it has these completions:
```
<[0. null - =ALL,
    0. null - =DEBUG,
    0. null - =DETAIL,
    0. null - =ERROR,
    0. null - =FATAL,
    0. null - =INFO,
    0. null - =NOTE,
    0. null - =OFF,
    0. null - =TRACE,
    0. null - =WARN]>
```

[ Full content available at: https://github.com/apache/geode/pull/2519 ]
This message was relayed via gitbox.apache.org for notifications@geode.apache.org