We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f24b392 commit 3d83726Copy full SHA for 3d83726
CHANGELOG.md
@@ -3,6 +3,19 @@ Write the date in place of the "Unreleased" in the case a new version is release
3
4
# Changelog
5
6
+## Unreleased
7
+
8
+### Added
9
10
+- The `tiled serve ...` CLI commands now accept a `--log-config` option,
11
+ pointing to a custom uvicorn logging configuration file. An example
12
+ file was added to the repository root, `example_log_config.yml`.
13
14
+### Changed
15
16
+- SQLite-backed catalogs now employ connection pooling. This results in a
17
+ significant speed-up and avoids frequently re-opening the SQLite file.
18
19
## v0.1.0a120 (25 April 2024)
20
21
### Fixed
0 commit comments