Skip to content
This repository was archived by the owner on Oct 30, 2018. It is now read-only.

Commit 176868a

Browse files
author
Gordon Hall
committed
add logging to storage manager
1 parent 7e8266e commit 176868a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

script/farmer.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ config.logger = new Logger(config.loggerVerbosity);
2323
config.storageManager = new storj.StorageManager(
2424
new storj.EmbeddedStorageAdapter(config.storagePath),
2525
{
26-
maxCapacity: spaceAllocation
26+
maxCapacity: spaceAllocation,
27+
logger: config.logger
2728
}
2829
);
2930

0 commit comments

Comments
 (0)