We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88ae827 commit 87ea9d4Copy full SHA for 87ea9d4
lib/logger.js
@@ -226,7 +226,7 @@ export const enableFileLogging = (logDest, logFile) => {
226
/**
227
* Initializes logging with the specified logging configuration.
228
*
229
- * @param {Object} logging - The logging configuration object.
+ * @param {Object} loggingOptions - The logging configuration object.
230
*/
231
export const initLogging = (loggingOptions) => {
232
// Set all the logging options on our logging module object
0 commit comments