Rust Mail App from zero2prod book
Go to file
Nick Bland 1f06f5e66f
Changes to allow more dynamic logging
Logs in much greater detail using the tracing packages and formatted using Bunyan. Advised to install bunyan on machine for more pretty logs over raw json.
2021-11-16 13:50:32 +10:00
migrations Stage changes to implement postgres DB as well as initialise its state 2021-11-05 12:16:04 +10:00
scripts Update drone pipeline 2021-11-08 12:43:28 +10:00
src Changes to allow more dynamic logging 2021-11-16 13:50:32 +10:00
tests Changes to allow more dynamic logging 2021-11-16 13:50:32 +10:00
.drone.yml Implement changes to allow database connection for insertions 2021-11-08 15:41:52 +10:00
.env implement test changes regarding database 2021-11-07 00:23:49 +10:00
.gitignore Update gitignore 2021-11-05 14:17:36 +10:00
Cargo.lock Changes to allow more dynamic logging 2021-11-16 13:50:32 +10:00
Cargo.toml Changes to allow more dynamic logging 2021-11-16 13:50:32 +10:00
configuration.yaml Seperate into multiple files. Add configuration options 2021-11-07 00:08:33 +10:00