Stefan Miklosovic created CASSSIDECAR-251:
---------------------------------------------
Summary: Remove "file://" from sidecar.logdir in cassandra-sidecar
script
Key: CASSSIDECAR-251
URL: https://issues.apache.org/jira/browse/CASSSIDECAR-251
Project: Sidecar for Apache Cassandra
Issue Type: Bug
Components: Configuration
Reporter: Stefan Miklosovic
Assignee: Stefan Miklosovic
{{-Dsidecar.logdir=file://...}} is not valid, as it comes to logback.xml into
{code:java}
<file>${sidecar.logdir}/system.log</file> {code}
and will be expanded asĀ
{code:java}
<file>file://some/path/system.log</file> {code}
This does not seems to work properly and stuff is just not logged.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]