lucid-kv / lucid

High performance and distributed KV store w/ REST API. 🦀
https://clintnetwork.gitbook.io/lucid/
MIT License
378 stars 31 forks source link

Warp migration + Logging #23

Closed imclint21 closed 4 years ago

imclint21 commented 4 years ago

Hi @CephalonRho,

When you will have finished the logging part, I will merge this PR in the development branch!

Cheers

imclint21 commented 4 years ago

I tried the logging, it works very well, congratulations @CephalonRho!

Just one thing maybe, I prefer the 3 lines output for the server running with the "Ctrl-C" and the API endpoint, but expecting this, it's fantastic!

imclint21 commented 4 years ago

@Slals @CephalonRho

I've created a collaborative Postman workspace: https://app.getpostman.com/join-team?invite_code=8c2e839b03a1469277800d5a36cb460b&ws=7da5b3b8-b8bd-4c08-ad20-c188b886a015

imclint21 commented 4 years ago

Maybe we can use settings format in the configuration:

(using MB/GB etc instead of Bytes)

store:
  max_limit: 7MB
http:
  request_size_limit: 8MB