Skip to content

Commit

Permalink
Added debug that prints out file that is being read.
Browse files Browse the repository at this point in the history
  • Loading branch information
karlssonjohan authored and waylan committed Nov 28, 2018
1 parent bebf379 commit e394169
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mkdocs/commands/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,7 @@ def build(config, live_server=False, dirty=False):

log.debug("Reading markdown pages.")
for file in files.documentation_pages():
log.debug("Reading: " + file.src_path)
_populate_page(file.page, config, files, dirty)

# Run `env` plugin events.
Expand Down

0 comments on commit e394169

Please sign in to comment.