huan / flash-store

FlashStore is a high-performance Key-Value Persistent Local Database using ES6 Map's API (Async & Sync), Powered by LevelDB/RocksDB/SQLite and TypeScript.
https://paka.dev/npm/flash-store
Apache License 2.0
20 stars 4 forks source link

Modify log verbose. #71

Closed su-chang closed 4 years ago

su-chang commented 4 years ago

If FlashStore want to show what will be saved, I think JSON.stringfy(value) is needed.

To be honest, there are a lots of logs in flash-store when padplus set BROLOG_LEVEL=silly.