forked from virt-mirrors/Sit
enabled logging for config files
This commit is contained in:
parent
a39d4cf12f
commit
4a5df4f253
2 changed files with 2 additions and 2 deletions
|
@ -221,7 +221,7 @@ public class ServerConfig implements CustomFile<ServerConfig> {
|
|||
|
||||
@Override
|
||||
public FileSettings getFileSettings() {
|
||||
return new FileSettings();
|
||||
return new FileSettings(Data.LOGGER);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
@ -73,7 +73,7 @@ public class SittingConfig implements CustomFile<SittingConfig> {
|
|||
|
||||
@Override
|
||||
public FileSettings getFileSettings() {
|
||||
return new FileSettings();
|
||||
return new FileSettings(Data.LOGGER);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue