0.0.8 • Published 3 years ago

just-loggit v0.0.8

Weekly downloads
-
License
ISC
Repository
github
Last release
3 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

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago