Skip to content

Conversation

@chillenberger
Copy link
Contributor

No description provided.

@chillenberger chillenberger marked this pull request as ready for review January 19, 2024 18:42
@chillenberger chillenberger merged commit cf95830 into master Jan 19, 2024
@chillenberger chillenberger deleted the dan-blog-landing-page branch January 19, 2024 19:47
impl Document {
pub async fn from_path(path: &PathBuf) -> anyhow::Result<Document, std::io::Error> {
warn!("path: {:?}", path);

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Never noticed the ^ warn! above. It's a bit too noisy for production, could we move that to debug!?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah, I can do that in my next merge.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants