simc / logger

Small, easy to use and extensible logger which prints beautiful logs.
https://pub.dev/packages/logger
MIT License
1.07k stars 129 forks source link

Character limit per log #113

Open mingzew opened 2 years ago

mingzew commented 2 years ago

Hi there, there seem to be a character limit for this package.

For example - logging long json.

Perhaps it's utilizing dart log referenced here https://stackoverflow.com/questions/49138971/logging-large-strings-from-flutter

Regardless, wrapping it might be a temp solution here

comatory commented 2 years ago

See https://github.com/leisim/logger/issues/60

manuel-plavsic commented 2 years ago

See my workaround: https://github.com/leisim/logger/issues/60#issuecomment-1140478426