Skip to content

Commit

Permalink
update changelog and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffreyThiessen committed Dec 10, 2024
1 parent 3113e15 commit 15ec831
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Changes
=======

Beta 0.9.3
----------
Features:
* Added `log_directory` config option to allow a user specified base directory to log in.

Developer Changes:
* Updated IRIDA's integration test java version from 11 to 17
* Added a backoff of 30 seconds between IRIDA launching and SQL commands starting to allow the SQL DB to populate.

Beta 0.9.2
----------
Bug Fixes:
Expand Down
1 change: 1 addition & 0 deletions docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ The config file has the following fields:
* backoff = 1 = [0.5, 1, 2, 4, 8, 16, 32, 64, 128, 256, ...]
* backoff = 2 = [1, 2, 4, 8, 16, 32, 64, 128, 256, 512, ...]
* backoff = 10 = [5, 10, 20, 40, 80, 160, 320, 640, 1280, 2560, ...]
* `log_directory` : Accepts a String to set the base directory to log runs to. Logs will be put into a folder with their run directory name within this specified directory.

###Example
```
Expand Down

0 comments on commit 15ec831

Please sign in to comment.