Skip to content

Fix logging#65

Merged
timkim merged 8 commits into
mainfrom
fix-logging
Sep 18, 2025
Merged

Fix logging#65
timkim merged 8 commits into
mainfrom
fix-logging

Conversation

@timkim

@timkim timkim commented Sep 17, 2025

Copy link
Copy Markdown
Collaborator

Just cleaning up the logging in the code base so it looks better and is easier to read.

Comment thread src/index.ts
log.debug(` extension: ${extension}`);

const suffixSplit = ctx.pathInfo.suffix.split('/');
const hostname = new URL(req.url).hostname;

@melissag-ensemble melissag-ensemble Sep 18, 2025

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

hostname appears to be used in line 55

@melissag-ensemble melissag-ensemble left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

please see whether hostname can be deleted

@timkim
timkim merged commit eacbf60 into main Sep 18, 2025
1 check failed
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