diff options
author | Alex Auvolat <alex@adnab.me> | 2022-04-23 12:29:26 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-04-23 12:29:26 +0200 |
commit | 625fd241131d758aa4d2ccd2f71fcaf1d44d574a (patch) | |
tree | 31dc759346152e77f70b20a261c1765b115b5067 /README.md | |
parent | 4ba13a3fcbbabf2bd41f94f2eff8c50c9c296693 (diff) | |
download | tricot-625fd241131d758aa4d2ccd2f71fcaf1d44d574a.tar.gz tricot-625fd241131d758aa4d2ccd2f71fcaf1d44d574a.zip |
Make Tricot available under AGPLv3 license
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -67,3 +67,8 @@ Logs are the privileged place to get information about what Tricot is doing. You - `RUST_LOG=tricot=info`: Tricot will dump the proxy configuration (the set of rules it uses to match backends) each time it changes, and will show a line for each incoming request (but it won't indicate which backend the request was routed to). You will also get information about certificate obtention and renewal using Let's Encrypt. - `RUST_LOG=tricot=debug`: Tricot will show for each request the backend to which it is routed. It will also show all of its interactions with Consul - `RUST_LOG=tricot=trace`: Tricot will show details such as the request's headers for all request at all stages of proxying. + + +## License + +This software is published under the AGPLv3 license. |