Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Inconsistent log content when separating Katharsis output streams #16

Open
kurosakishigure opened this issue Dec 6, 2024 · 0 comments
Labels
bug fix issue(issue or PR)

Comments

@kurosakishigure
Copy link
Owner

kurosakishigure commented Dec 6, 2024

Katharsis Version

1.0.0-canary.14

System Version

macOS 15.2

To Reproduce

  1. Run the following command:

    katharsis >> out.log 2>> error.log

Expected Behavior

// error.log

- parse: alpha.html
  - warn: ...
- parse: beta.html
  - warn: ...

Actual Behavior

// error.log

  - warn: title element not found
  - warn: title element not found

Additional Information

We might also need to display a warning when the article.input field in katharsis.config.toml doesn't reference any files. Should we consider setting up a dedicated logging module for this purpose🤔

@kurosakishigure kurosakishigure added the bug fix issue(issue or PR) label Dec 6, 2024
@kurosakishigure kurosakishigure self-assigned this Dec 6, 2024
@kurosakishigure kurosakishigure changed the title Inconsistent Log Content When Separating Katharsis Output Streams Inconsistent log content when separating Katharsis output streams Dec 6, 2024
@kurosakishigure kurosakishigure removed their assignment Dec 7, 2024
@kurosakishigure kurosakishigure changed the title Inconsistent log content when separating Katharsis output streams bug: Inconsistent log content when separating Katharsis output streams Dec 31, 2024
@kurosakishigure kurosakishigure changed the title bug: Inconsistent log content when separating Katharsis output streams fix: Inconsistent log content when separating Katharsis output streams Dec 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug fix issue(issue or PR)
Projects
None yet
Development

No branches or pull requests

1 participant