2023-10-19 09:13:48 +02:00

17 lines
566 B
JSON

{
"@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^7.0.0/components/context.jsonld",
"@graph": [
{
"comment": [
"Sets up the global logging factory which is necessary for logging.",
"This needs to happen before any other activity takes places, since all other components depend on logging."
],
"@id": "urn:solid-server:default:LoggerInitializer",
"@type": "LoggerInitializer",
"loggerFactory": {
"@id": "urn:solid-server:default:LoggerFactory"
}
}
]
}