From eb92d7ac88179173c1ea0e8fdb583ca829da6d54 Mon Sep 17 00:00:00 2001 From: Ryan McKinley Date: Wed, 18 Apr 2012 05:12:50 +0000 Subject: [PATCH] SOLR-3238: fix logging page to work with multicore setup git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1327377 13f79535-47bb-0310-9956-ffa450edef68 --- solr/webapp/web/js/scripts/logging.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/solr/webapp/web/js/scripts/logging.js b/solr/webapp/web/js/scripts/logging.js index 784a091d7dd..87804934ba5 100644 --- a/solr/webapp/web/js/scripts/logging.js +++ b/solr/webapp/web/js/scripts/logging.js @@ -228,7 +228,8 @@ sammy.get /^#\/~(logging)$/, function( context ) { - loglevel_path = app_config.solr_path + '/admin/logging'; + var core_basepath = $( 'li[data-basepath]', app.menu_element ).attr( 'data-basepath' ); + loglevel_path = core_basepath + '/admin/logging'; var content_element = $( '#content' ); content_element