We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5617149 commit b530560Copy full SHA for b530560
1 file changed
src/cli/cluster/cluster_manager.ts
@@ -76,10 +76,16 @@ export class ClusterManager {
76
this.basePathProxy = basePathProxy;
77
78
if (!this.basePathProxy) {
79
+ this.log.warn(
80
+ '===================================================================================================='
81
+ );
82
this.log.warn(
83
'no-base-path',
84
'Running Kibana in dev mode with --no-base-path disables several useful features and is not recommended'
85
);
86
87
88
89
}
90
91
// run @kbn/optimizer and write it's state to kbnOptimizerReady$
0 commit comments