You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Shawn Heisey (JIRA)" <ji...@apache.org> on 2016/12/06 18:45:59 UTC

[jira] [Commented] (SOLR-9831) New Solr Admin UI logging tab does not include core name, has mysterious "false" in the "Level" column

    [ https://issues.apache.org/jira/browse/SOLR-9831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15726348#comment-15726348 ] 

Shawn Heisey commented on SOLR-9831:
------------------------------------

The information there is pulled from the /admin/info/logging handler, where the "core" value is empty.  That info handler ultimately gets the info from Log4JWatcher#toSolrDocument, where it is populated with this code:

{code:java}
    doc.setField("core", event.getMDC(ZkStateReader.CORE_NAME_PROP));
    doc.setField("collection", event.getMDC(ZkStateReader.COLLECTION_PROP));
    doc.setField("replica", event.getMDC(ZkStateReader.REPLICA_PROP));
    doc.setField("shard", event.getMDC(ZkStateReader.SHARD_ID_PROP));
{code}

I do not know why this isn't working, but I have to admit that I don't know very much about log4j.


> New Solr Admin UI logging tab does not include core name, has mysterious "false" in the "Level" column
> ------------------------------------------------------------------------------------------------------
>
>                 Key: SOLR-9831
>                 URL: https://issues.apache.org/jira/browse/SOLR-9831
>             Project: Solr
>          Issue Type: Bug
>      Security Level: Public(Default Security Level. Issues are Public) 
>          Components: web gui
>    Affects Versions: 6.3
>            Reporter: Michael Suzuki
>         Attachments: SOLR-9831.patch, bug-ui.png, new-ui-6.3-missing-core.png
>
>
> The logging screen does not have the table layout set correctly and it does not show the value for the core column, please see attached image of new ui versus original UI



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org