Hey guys, Experimenting with Cassandra 4.0 I’m seeing that when CASSANDRA_LOG_DIR is set and ${cassandra.logdir} is used in logback.xml nodetool doesn’t use the env variable. It’s different for cassandra for instance https://github.com/apache/cassandra/blob/324267b3c0676ad31bd4f2fac0e2e673a9257a37/bin/cassandra#L186 <https://github.com/apache/cassandra/blob/324267b3c0676ad31bd4f2fac0e2e673a9257a37/bin/cassandra#L186>. I feel like it should be added to https://github.com/apache/cassandra/blob/06209037ea56b5a2a49615a99f1542d6ea1b2947/bin/nodetool <https://github.com/apache/cassandra/blob/06209037ea56b5a2a49615a99f1542d6ea1b2947/bin/nodetool>, any objection to creating a ticket to do it ?
Thanks — Cyril