|
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 |
|---|
|
|
| .gitignore |
|---|
| package-lock.json |
|---|
| package.json |
|---|
| src/app.js |
|---|
| src/utils/SQLiteTransport.js |
|---|
| src/utils/logging.js 100644 → 0 |
|---|
| src/utils/logging/config.js 0 → 100644 |
|---|
| src/utils/logging/consolePatch.js 0 → 100644 |
|---|
| src/utils/logging/directories.js 0 → 100644 |
|---|
| src/utils/logging/formatters.js 0 → 100644 |
|---|
| src/utils/logging/functionLogger.js 0 → 100644 |
|---|
| src/utils/logging/handlers.js 0 → 100644 |
|---|
| src/utils/logging/index.js 0 → 100644 |
|---|
| src/utils/logging/logger.js 0 → 100644 |
|---|
| src/utils/logging/streams.js 0 → 100644 |
|---|
| test/units/middleware/logging/createLogStreams.test.js 0 → 100644 |
|---|
| test/units/middleware/logging/formatFunctionName.test.js 0 → 100644 |
|---|
| test/units/middleware/logging/formatLogMessage.test.js 0 → 100644 |
|---|
| test/units/middleware/logging/handleUncaughtException.test.js 0 → 100644 |
|---|
| test/units/middleware/logging/handleUnhandledRejection.test.js 0 → 100644 |
|---|
| test/units/middleware/logging/initializeLogDirectories.test.js 0 → 100644 |
|---|
| test/units/middleware/logging/shouldLog.test.js 0 → 100644 |
|---|
| test/units/middleware/logging/writeLog.test.js 0 → 100644 |
|---|
| yarn.lock |
|---|