Skip to content

Commit b530560

Browse files
committed
highlight the message a little more
1 parent 5617149 commit b530560

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/cli/cluster/cluster_manager.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,16 @@ export class ClusterManager {
7676
this.basePathProxy = basePathProxy;
7777

7878
if (!this.basePathProxy) {
79+
this.log.warn(
80+
'===================================================================================================='
81+
);
7982
this.log.warn(
8083
'no-base-path',
8184
'Running Kibana in dev mode with --no-base-path disables several useful features and is not recommended'
8285
);
86+
this.log.warn(
87+
'===================================================================================================='
88+
);
8389
}
8490

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

0 commit comments

Comments
 (0)