Files
CommunitySolidServer/config/util/logging/no-logging.json
2022-02-23 11:09:41 +01:00

11 lines
291 B
JSON

{
"@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^3.0.0/components/context.jsonld",
"@graph": [
{
"comment": "Ignores log messages.",
"@id": "urn:solid-server:default:LoggerFactory",
"@type": "VoidLoggerFactory"
}
]
}