changed future post loglevel to warn to help user narrow down issues (#7527)
Merge pull request 7527
This commit is contained in:
parent
403f526275
commit
9ee96562dd
|
@ -76,7 +76,7 @@ module Jekyll
|
|||
def publishable?(doc)
|
||||
site.publisher.publish?(doc).tap do |will_publish|
|
||||
if !will_publish && site.publisher.hidden_in_the_future?(doc)
|
||||
Jekyll.logger.debug "Skipping:", "#{doc.relative_path} has a future date"
|
||||
Jekyll.logger.warn "Skipping:", "#{doc.relative_path} has a future date"
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue