Open rmoff opened 6 years ago
Actually this may be one for Confluent CLI? /cc @kkonstantine
That's currently consistent to what all the services do @rmoff, when run for dev purposes with Confluent CLI. Anything on stdout
goes to the file you mention at the top service dir. If you want such logs in logs
you should change the logger for this service to redirect the logs to a file instead of STDOUT
. The fact that a lot of services output by default their logs to stdout is beyond the responsibilities of the CLI. (Again, this is configurable via the log4j properties for each service).
With
ksql.log.dir
set to/var/folders/q9/2tg_lt9j6nx29rvr5r5jn_bw0000gp/T/confluent.DiB0uT89/ksql-server/logs
, not all log files are written to it, specificallyksql-server.stdout
This may seem a nit, but any user who goes debugging would expect to find all the log files under the
log
folder.