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

Bug: Safari logs are not pretty #297

Open
SargisPlusPlus opened this issue Aug 22, 2024 · 2 comments
Open

Bug: Safari logs are not pretty #297

SargisPlusPlus opened this issue Aug 22, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@SargisPlusPlus
Copy link

SargisPlusPlus commented Aug 22, 2024

Colors are not rendered properly in Safari. No colors and bad symbols.

To Reproduce
Steps to reproduce the behavior:

  1. Create logger, like so:
import * as tsLogs from 'tslog';

const logger = new tsLogs.Logger({ type: 'pretty', name })

logger.info('hi')
  1. Log anything

Expected behavior
Logs in Safari should be pretty

Screenshots
Actual logs:
Screenshot 2024-08-22 at 4 12 27 PM

Additional context
Using tslog version 4.9.3
Safari 17.6

This is Safari only issue. Works great in Chrome.

Node.js Version
v20.8.1

OS incl. Version
macOS 14.6.1

@SargisPlusPlus SargisPlusPlus added the bug Something isn't working label Aug 22, 2024
@SargisPlusPlus SargisPlusPlus changed the title Bug: [BUG] Safari Support Bug: Safari logs are not pretty Aug 22, 2024
@konsalex
Copy link

The same here

@MartinKallinger
Copy link

same here 😢, does anyone have a workaround for this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants