Skip to content

Commit

Permalink
Better logging
Browse files Browse the repository at this point in the history
  • Loading branch information
tiberiuichim committed Jul 11, 2022
1 parent e74c2d5 commit 72eb5db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/middleware/elasticsearch.js
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ export const createHandler = () => {
body.params?.config ||
config.settings.searchlib.searchui[searchRequestAppName];

log('conf', searchRequestAppName, conf.enableNLP);
log('enableNLP:', searchRequestAppName, conf.enableNLP);

urlNLP = getUrlNLP(searchRequestAppName);
urlES = getUrlES(searchRequestAppName);
Expand Down

0 comments on commit 72eb5db

Please sign in to comment.