Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ikwattro/neo4j-log4j2-examples
Neo4j log4j2 configuration examples for different fine-grained logging requirements
https://github.com/ikwattro/neo4j-log4j2-examples
log4j2 logging neo4j
Last synced: 24 days ago
JSON representation
Neo4j log4j2 configuration examples for different fine-grained logging requirements
- Host: GitHub
- URL: https://github.com/ikwattro/neo4j-log4j2-examples
- Owner: ikwattro
- Created: 2022-11-29T14:13:17.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-25T18:43:12.000Z (almost 2 years ago)
- Last Synced: 2024-10-30T09:28:12.306Z (2 months ago)
- Topics: log4j2, logging, neo4j
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Neo4j 5 Logging examples
Neo4j5 ships with log4j2 as logging infrastructure : https://neo4j.com/docs/operations-manual/current/monitoring/logging/
This repository contains example of log4j configs to filter query logs based on criteria
- filter based on agent [agent-filter](./agent-filter/)
- filter based on the authenticated user [authenticated-user-filter](./authenticated-user-filter/)
- filter based on the content of a Cypher query [composite-filters](./composite-filters/)
- filter based on the database name [cypher-query-filter](./cypher-query-filter/)
- multiple log files for different databases [query-file-per-db](./querylog-file-per-db/)
- filter based on source [source-filter](./source-filter/)
- filter based on transaction event type [tx-event-filter](./tx-event-filter/)
- filter based on transaction metadata [tx-metadata-filter](./tx-metadata-filter/)
- using JsonTemplateLayout [json-layout](./json-layout/)
- query logs to console out [logs-to-console](./logs-to-console/)