Skip to content

Commit

Permalink
More logging
Browse files Browse the repository at this point in the history
  • Loading branch information
dhardiman committed Sep 26, 2019
1 parent 2949240 commit 8bc1f02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Config/ConfigGenerator.swift
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public class ConfigGenerator {

try configFiles.forEach { url in
if arguments.verbose, let configFileValue = try? String(contentsOf: url) {
printer.print(message: "Processing config file \(configFileValue)")
printer.print(message: "Processing config file at \(url.path):\n \(configFileValue)")
}
guard let config = dictionaryFromJSON(at: url) else {
throw ConfigError.badJSON
Expand Down

0 comments on commit 8bc1f02

Please sign in to comment.