There was an error while loading. Please reload this page.
1 parent 7adcf64 commit a5e64e5Copy full SHA for a5e64e5
1 file changed
soularr.py
@@ -1325,6 +1325,7 @@ def main():
1325
1326
if os.path.exists(config_file_path):
1327
config.read(config_file_path)
1328
+ setup_logging(config, args.var_dir)
1329
else:
1330
if is_docker():
1331
logger.error(
@@ -1394,8 +1395,6 @@ def main():
1394
1395
1396
allowed_filetypes = [raw_filetypes]
1397
- setup_logging(config, args.var_dir)
1398
-
1399
# Init directory cache. The wide search returns all the data we need. This prevents us from hammering the users on the Soulseek network
1400
search_cache = {}
1401
folder_cache = {}
0 commit comments