modified: .gitignore
...
modified: package-lock.json
modified: package.json
modified: src/app.js
modified: src/utils/SQLiteTransport.js
deleted: src/utils/logging.js
new file: src/utils/logging/config.js
new file: src/utils/logging/consolePatch.js
new file: src/utils/logging/directories.js
new file: src/utils/logging/formatters.js
new file: src/utils/logging/functionLogger.js
new file: src/utils/logging/handlers.js
new file: src/utils/logging/index.js
new file: src/utils/logging/logger.js
new file: src/utils/logging/streams.js
new file: test/units/middleware/logging/createLogStreams.test.js
new file: test/units/middleware/logging/formatFunctionName.test.js
new file: test/units/middleware/logging/formatLogMessage.test.js
new file: test/units/middleware/logging/handleUncaughtException.test.js
new file: test/units/middleware/logging/handleUnhandledRejection.test.js
new file: test/units/middleware/logging/initializeLogDirectories.test.js
new file: test/units/middleware/logging/shouldLog.test.js
new file: test/units/middleware/logging/writeLog.test.js
modified: yarn.lock
Jason
committed
on 24 Jul