mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-05-23 05:01:28 +00:00
Using "cryptomator" prefix for all JVM args now [ci skip]
This commit is contained in:
@@ -62,7 +62,7 @@ public class SettingsProvider implements Provider<Settings> {
|
||||
}
|
||||
|
||||
private Path getSettingsPath() throws IOException {
|
||||
String settingsPathProperty = System.getProperty("settingsPath");
|
||||
String settingsPathProperty = System.getProperty("cryptomator.settingsPath");
|
||||
if (settingsPathProperty == null) {
|
||||
return SETTINGS_DIR.resolve(SETTINGS_FILE);
|
||||
} else {
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
<ThresholdFilter level="WARN" onMatch="ACCEPT" onMismatch="DENY" />
|
||||
</Console>
|
||||
<!-- <File fileName="${sys:logPath}" ...> not feasible for paths like ~/foo/bar -->
|
||||
<ConfigurableFile name="File" pathPropertyName="logPath">
|
||||
<ConfigurableFile name="File" pathPropertyName="cryptomator.logPath">
|
||||
<PatternLayout pattern="%16d %-5p [%c{1}:%L] %m%n" />
|
||||
</ConfigurableFile>
|
||||
</Appenders>
|
||||
|
||||
Reference in New Issue
Block a user