@solid/community-server
Version:
Community Solid Server: an open and modular implementation of the Solid specifications
15 lines (14 loc) • 508 B
JSON
{
"@context": [
"https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^8.0.0/components/context.jsonld",
"https://linkedsoftwaredependencies.org/bundles/npm/global-logger-factory/^1.0.0/components/context.jsonld"
],
"@graph": [
{
"comment": "Uses the winston library for logging",
"@id": "urn:solid-server:default:LoggerFactory",
"@type": "WinstonLoggerFactory",
"level": { "@id": "urn:solid-server:default:variable:loggingLevel" }
}
]
}