mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
feat: Improve path logging.
This commit is contained in:
@@ -64,6 +64,7 @@ export class RootContainerInitializer extends Initializer {
|
||||
|
||||
metadata.contentType = TEXT_TURTLE;
|
||||
|
||||
this.logger.debug(`Creating root container at ${this.baseId.path}`);
|
||||
await this.store.setRepresentation(this.baseId, {
|
||||
binary: true,
|
||||
data: guardedStreamFrom([]),
|
||||
|
||||
Reference in New Issue
Block a user