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

Commit

Permalink
add logging to storage manager
Browse files Browse the repository at this point in the history
  • Loading branch information
Gordon Hall committed Feb 27, 2017
1 parent 7e8266e commit 176868a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion script/farmer.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ config.logger = new Logger(config.loggerVerbosity);
config.storageManager = new storj.StorageManager(
new storj.EmbeddedStorageAdapter(config.storagePath),
{
maxCapacity: spaceAllocation
maxCapacity: spaceAllocation,
logger: config.logger
}
);

Expand Down

0 comments on commit 176868a

Please sign in to comment.