Skip to content

Commit

Permalink
[NOID] Cherry pick logging doc updates (#3704) (#3707)
Browse files Browse the repository at this point in the history
  • Loading branch information
gem-neo4j authored Aug 1, 2023
1 parent d1359bb commit 67e651e
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 20 deletions.
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
The procedure support the following properties in the APOC configuration file (`apoc.conf`):
This procedure supports the following properties in the APOC configuration file (`apoc.conf`):

.Config parameters
[opts=header, cols="1,1,1,3"]
|===
| name | type | default | description
| apoc.user.log.type | String | `safe` a| Type of logging.

* `node`: disable the procedures
* `safe`: replace all `.` and whitespace (space and tab) with underscore and lowercase all characters
* `raw`: left the messages as-is
* `none`: disable logging
* `safe`: replace all period `.` and whitespace characters (space and tab) with an underscore. Set all characters to lowercase.
* `raw`: leave messages as-is
| 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.ops | Long | 10 | Number of log messages permitted in a time-window. If this quota is exceeded, log messages will be skipped.
| apoc.user.log.window.time | Long | 10000 | Length (in milliseconds) of the time-window.
|===
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
The procedure support the following properties in the APOC configuration file (`apoc.conf`):
This procedure supports the following properties in the APOC configuration file (`apoc.conf`):

.Config parameters
[opts=header, cols="1,1,1,3"]
|===
| name | type | default | description
| apoc.user.log.type | String | `safe` a| Type of logging.

* `node`: disable the procedures
* `safe`: replace all `.` and whitespace (space and tab) with underscore and lowercase all characters
* `raw`: left the messages as-is
* `none`: disable logging
* `safe`: replace all period `.` and whitespace characters (space and tab) with an underscore. Set all characters to lowercase.
* `raw`: leave messages as-is
| 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.ops | Long | 10 | Number of log messages permitted in a time-window. If this quota is exceeded, log messages will be skipped.
| apoc.user.log.window.time | Long | 10000 | Length (in milliseconds) of the time-window.
|===
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
The procedure support the following properties in the APOC configuration file (`apoc.conf`):
This procedure supports the following properties in the APOC configuration file (`apoc.conf`):

.Config parameters
[opts=header, cols="1,1,1,3"]
|===
| name | type | default | description
| apoc.user.log.type | String | `safe` a| Type of logging.

* `node`: disable the procedures
* `safe`: replace all `.` and whitespace (space and tab) with underscore and lowercase all characters
* `raw`: left the messages as-is
* `none`: disable logging
* `safe`: replace all period `.` and whitespace characters (space and tab) with an underscore. Set all characters to lowercase.
* `raw`: leave messages as-is
| 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.ops | Long | 10 | Number of log messages permitted in a time-window. If this quota is exceeded, log messages will be skipped.
| apoc.user.log.window.time | Long | 10000 | Length (in milliseconds) of the time-window.
|===
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
The procedure support the following properties in the APOC configuration file (`apoc.conf`):
This procedure supports the following properties in the APOC configuration file (`apoc.conf`):

.Config parameters
[opts=header, cols="1,1,1,3"]
|===
| name | type | default | description
| apoc.user.log.type | String | `safe` a| Type of logging.

* `node`: disable the procedures
* `safe`: replace all `.` and whitespace (space and tab) with underscore and lowercase all characters
* `raw`: left the messages as-is
* `none`: disable logging
* `safe`: replace all period `.` and whitespace characters (space and tab) with an underscore. Set all characters to lowercase.
* `raw`: leave messages as-is
| 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.ops | Long | 10 | Number of log messages permitted in a time-window. If this quota is exceeded, log messages will be skipped.
| apoc.user.log.window.time | Long | 10000 | Length (in milliseconds) of the time-window.
|===

0 comments on commit 67e651e

Please sign in to comment.