Skip to content

Commit b338ce8

Browse files
committed
More information on logging
1 parent 3e4669c commit b338ce8

File tree

1 file changed

+3
-2
lines changed
  • docs/technical-details/release-notes/4.tucker

1 file changed

+3
-2
lines changed

docs/technical-details/release-notes/4.tucker/4.6.0.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,10 @@ Harper 4.6 now includes support for vector indexing, which allows for efficient
1212

1313
### Logging Improvements
1414
4.6 includes significant expansions to logging configurability, allowing for specific logging configurations of individual components. This also leverages the new extension API to allow for dynamic reloading of logging configuration. With the more granular logging, logs can be directed to different files and/or different log levels.
15-
The logger includes support for HTTP logging, which configurability for logging standard HTTP methods and paths as well headers, ids, and timing information.
15+
The logger includes support for HTTP logging, which configurability for logging standard HTTP methods and paths as well headers, ids, and timing information. It also supports distinct logging configuration for different components.
1616
The new logger is now based on the Node.js Console API, with improved the formatting of log messages for various types of objects.
17-
An important change is that logging to standard out/error will _not_ include the timestamp.
17+
An important change is that logging to standard out/error will _not_ include the timestamp. And console logging does not get logged to the log files by default.
18+
1819

1920
### Data Loader
2021
4.6 includes a new [data loader](../../../developers/applications/data-loader.md) that can be used to load data into HarperDB as part of a component. The data loader can be used to load data from JSON file and can be deployed and distributed with a component to provide a reliable mechanism for ensuring specific records are loaded into Harper.

0 commit comments

Comments
 (0)