apoc.log.stream
Procedure
apoc.log.stream('neo4j.log', { last: n }) - retrieve log file contents, optionally return only the last n lines
Signature
apoc.log.stream(path :: STRING?, config = {} :: MAP?) :: (lineNo :: INTEGER?, line :: STRING?, path :: STRING?)
Was this page helpful?