Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
Merge branch 'development' into themes
Browse files Browse the repository at this point in the history
  • Loading branch information
jhreis committed Sep 6, 2019
2 parents e9de252 + a9dd80a commit cc80f41
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ struct RewardsHelper {
let logOutput = extraInfo.isEmpty ? data : "\(extraInfo) \(data)"

switch logLevel {
case .logDebug: log.debug(logOutput)
// Response and request log levels are ledger-specific.
case .logInfo, .logResponse, .logRequest: log.info(logOutput)
case .logDebug, .logResponse, .logRequest: log.debug(logOutput)
case .logInfo: log.info(logOutput)
case .logWarning: log.warning(logOutput)
case .logError: log.error(logOutput)
@unknown default:
Expand Down

0 comments on commit cc80f41

Please sign in to comment.