Hi,
I am running kibana as a developer (in development mode). How and where can I get the log files when doing the same?
Logging details in my kibana.yml
My kibana working directory is /my_work/kibana
logging.dest: /my_work/kibana/kibana.log
logging:
appenders:
file:
type: file
fileName: /my_work/kibana/kibana.log
layout:
type: json
root:
appenders: [default, file]
The log file is empty, whatever location I specify in kibana.yml
Thanks