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.
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.