Compare commits
3 Commits
91780b6dca
...
98f1f554c1
| Author | SHA1 | Date | |
|---|---|---|---|
| 98f1f554c1 | |||
| 554f0e0044 | |||
| 530e3dccef |
4
TODO.md
4
TODO.md
@@ -56,6 +56,10 @@ CREATE TABLE app.customer_metadata (...);
|
||||
leaves around `master-bin`, `logger-bin`, and `diachron:nnnn` processes.
|
||||
Huge problem.
|
||||
|
||||
- [ ] Fix format used by master (and logger?)'s output: it should be logfmt
|
||||
- A lot of other stuff should probably be logfmt too but maybe we can get to
|
||||
that later
|
||||
|
||||
## medium importance
|
||||
|
||||
- [ ] Add a log viewer
|
||||
|
||||
@@ -5,5 +5,5 @@ set -eu
|
||||
DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||||
ROOT="$DIR/../.."
|
||||
|
||||
cd "$ROOT/backend"
|
||||
cd "$ROOT/backend/diachron"
|
||||
"$DIR"/../cmd.d/tsx mgmt/add-user.ts "$@"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
We use `Call` and `Result` for our own types that wrap `Request` and
|
||||
diachron uses `Call` and `Result` for its own types that wrap `Request` and
|
||||
`Response`.
|
||||
|
||||
This hopefully will make things less confusing and avoid problems with shadowing.
|
||||
|
||||
Reference in New Issue
Block a user