Jon Haddad created CASSANDRASC-122:
--------------------------------------
Summary: yaml configuration defaults to a file that doesn't exist
Key: CASSANDRASC-122
URL: https://issues.apache.org/jira/browse/CASSANDRASC-122
Project: Sidecar for Apache Cassandra
Issue Type: Bug
Reporter: Jon Haddad
In the CassandraSidecarDaemon, it loads a default yaml like this:
{noformat}
String yamlConfigurationPath = System.getProperty("sidecar.config",
"file://./conf/config.yaml");
{noformat}
but that config file doesn't exist in the distribution.
{noformat}
$ ls conf
logback.xml sidecar.yaml
{noformat}
That file doesn't exist in the repository.
We should pick a default name and have it be consistent.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]