Bug: Safari logs are not pretty
Colors are not rendered properly in Safari. No colors and bad symbols.
To Reproduce Steps to reproduce the behavior:
- Create logger, like so:
import * as tsLogs from 'tslog';
const logger = new tsLogs.Logger({ type: 'pretty', name })
logger.info('hi')
- Log anything
Expected behavior Logs in Safari should be pretty
Screenshots
Actual logs:
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
The same here
same here 😢, does anyone have a workaround for this?
Same issue in Windows 11, Firefox: https://github.com/fullstack-build/tslog/issues/317
same here 😢, does anyone have a workaround for this?
See https://github.com/fullstack-build/tslog/issues/277#issuecomment-1888717927