Skip to content

Deprecatation info messages not printed to console #13265

Closed
@jmooring

Description

@jmooring

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions