Skip to content

Commit

Permalink
highlight the message a little more
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Nov 25, 2020
1 parent 5617149 commit b530560
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/cli/cluster/cluster_manager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,16 @@ export class ClusterManager {
this.basePathProxy = basePathProxy;

if (!this.basePathProxy) {
this.log.warn(
'===================================================================================================='
);
this.log.warn(
'no-base-path',
'Running Kibana in dev mode with --no-base-path disables several useful features and is not recommended'
);
this.log.warn(
'===================================================================================================='
);
}

// run @kbn/optimizer and write it's state to kbnOptimizerReady$
Expand Down

0 comments on commit b530560

Please sign in to comment.