Skip to content

Commit

Permalink
Add info logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Kirkland committed Sep 20, 2024
1 parent b7a785d commit 589f6d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/maze-runner
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ class MazeRunnerEntry
def read_options_file(filename)
return unless File.exist?(filename)

$logger.info "Reading command line options from #{filename}"
File.readlines(filename).each do |line|
line.strip!
next if line.empty? || line.start_with?('#')
Expand Down

0 comments on commit 589f6d4

Please sign in to comment.