mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
17 lines
566 B
JSON
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"
|
|
}
|
|
}
|
|
]
|
|
}
|