Skip to content

Commit

Permalink
Small docs correction.
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulDalek committed Jul 4, 2024
1 parent 88ae827 commit 87ea9d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/logger.js
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ export const enableFileLogging = (logDest, logFile) => {
/**
* Initializes logging with the specified logging configuration.
*
* @param {Object} logging - The logging configuration object.
* @param {Object} loggingOptions - The logging configuration object.
*/
export const initLogging = (loggingOptions) => {
// Set all the logging options on our logging module object
Expand Down

0 comments on commit 87ea9d4

Please sign in to comment.