0.0.8 • Published 4 years ago

just-loggit v0.0.8

Weekly downloads
-
License
ISC
Repository
github
Last release
4 years ago

p2b-logger

A basic logger for logging to the console, files and mongodb.

following environment variables need to be defined inside the .env file:
LOGGER_LEVEL=debug
DIRECTORY_LOGFILES=./

If LOGGING_TO_DB_ENABLED is true, all environment variables below must also be provided.
LOGGING_TO_DB_ENABLED=true
LOGGING_MONGO_DB_USER=
LOGGING_MONGO_DB_PW=
LOGGING_MONGO_DB_URL=
LOGGING_MONGO_DB_REPLICA_SET=
LOGGING_MONGO_ERROR_DB=
LOGGING_MONGO_ERROR_COLLECTION=

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago