Closed
Description
I'm pretty sure that I'm testing this correctly.
This:
hugo.Deprecate("site config key privacy.twitter.disable", "Use privacy.x.disable instead.", "v0.140.0")
Is not printing anything with hugo --logLevel info
.
If I do this:
hugo.Deprecate("site config key privacy.twitter.simple", "Use privacy.x.simple instead.", "v0.135.0")
Warnings are displayed in the console.
I know we made some recent changes to messages that used to print to stdout.