Skip to content

Commit

Permalink
📝 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
kba committed Oct 13, 2023
1 parent 1ef2cf3 commit e59ef7d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ Versioned according to [Semantic Versioning](http://semver.org/).

## Unreleased

Changed:

* A separate logging dir tree structure for the modules (processing servers, processing workers, processor servers, mets servers, processing jobs). Configurable with env variable `OCRD_NETWORK_LOGS_ROOT_DIR`, #1111
* Processing job-level logging - each job is logged into a separate file with format `{job_id}.log`
* Processing job-level logging file paths are added to the Job models and preserved in the database.
* The `ocrd_network` logging is based on the format provided in `ocrd_utils`
* Support env variable `OCRD_NETWORK_SOCKETS_ROOT_DIR` for setting the root directory for METS server sockets, #1111
* An endpoint `/job/{id}/log` for getting the log file of a processing job of a processor, #1111

## [2.55.2] - 2023-10-12

Fixed:
Expand Down

0 comments on commit e59ef7d

Please sign in to comment.