lnx-search / lnx

⚡ Insanely fast, 🌟 Feature-rich searching. lnx is the adaptable, typo tollerant deployment of the tantivy search engine.
https://lnx.rs
MIT License
1.23k stars 46 forks source link

Update logging #147

Closed ChillFish8 closed 4 months ago

ChillFish8 commented 4 months ago

Removes the use of fern and simplifies the logging config.

Overall I don't think the file-based logging is useful when in reality a better option is setting up a sidecar-like vector to export the logs or similar.

This PR also fixes compile errors due to napi versions.

ChillFish8 commented 4 months ago

Clippy is sad because dependencies are long outdated and don't work great on nightly. But we'll ignore for now