You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What version of Hugo are you using (hugo version)?
$ hugo version
hugo v0.136.0-DEV-5c212a5e39af88ba2acd4561b6bf14e75ee9665e+extended linux/amd64 BuildDate=2024-10-02T19:00:35Z
Does this issue reproduce with the latest release?
Yes
My issue is that I use hugo cmds for automations, and if those cmds give error/warning messages, they are also being directed towards stdout, instead of what I'd expect; stderr. For example:
$ hugo list all
WARN Hugo front matter key "type" is overridden in params section.
You can suppress this warning by adding the following to your site configuration:
ignoreLogs = ['warning-frontmatter-params-overrides']
path,slug,title,date,expiryDate,publishDate,draft,permalink,kind,section
This extra output at the top is breaking my parsing the csv output of this command, and it would be very nice if it was in stderr instead.
The text was updated successfully, but these errors were encountered:
What version of Hugo are you using (
hugo version
)?Does this issue reproduce with the latest release?
Yes
My issue is that I use hugo cmds for automations, and if those cmds give error/warning messages, they are also being directed towards stdout, instead of what I'd expect; stderr. For example:
This extra output at the top is breaking my parsing the csv output of this command, and it would be very nice if it was in stderr instead.
The text was updated successfully, but these errors were encountered: