apoc.log.error
This is the APOC Extended documentation. APOC Extended is not supported by Neo4j. For the officially supported APOC Core, go to the APOC Core page. |
Procedure Apoc Extended
apoc.log.error(message, params) - logs error message
Config parameters
The procedure support the following properties in the APOC configuration file (apoc.conf
):
name | type | default | description |
---|---|---|---|
apoc.user.log.type |
String |
|
Type of logging.
|
apoc.user.log.window.ops |
Long |
10 |
Number of log messages permitted in a time-window. If this quota is exceeded, log messags will be skipped. |
apoc.user.log.window.time |
Long |
10000 |
Length (in milliseconds) of the time-window. |