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 for file logging errors in windows environments #40

Merged
merged 1 commit into from
Nov 20, 2024

Conversation

andreachild
Copy link
Contributor

Fixes for file logging related errors in windows environments:

  • replaced : and . characters in log file name with - as windows does not allow these characters in file names
  • replaced usage of pino.transport with pino.multistream which resolved issue of log file being created with no content

-replaced : and . characters in log file name with - as windows does not allow these characters in file names
-replaced usage of pino.transport with pino.multistream which resolved issue of log file being created with no content
@Cole-Greer Cole-Greer merged commit b365db4 into aws:main Nov 20, 2024
1 check passed
sophiadt pushed a commit to Bit-Quill/amazon-neptune-for-graphql that referenced this pull request Nov 20, 2024
-replaced : and . characters in log file name with - as windows does not allow these characters in file names
-replaced usage of pino.transport with pino.multistream which resolved issue of log file being created with no content
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