Pixplicity / sharp

Scalable vector graphics for Android
Apache License 2.0
1.03k stars 117 forks source link

Too many logs #53

Open micheledezanet opened 4 years ago

micheledezanet commented 4 years ago

I'm implementing an app that refreshes the UI really often and it became almost impossible to read the logs since every svg that's display using Sharp prints 3 lines. I applied a filter on my IDE but my testers send me their unfiltered logs and I can't ask them to do that.

Is there any way I could limit the Logs? Or could you add a hide-flag to set globally?

PS: good job, the library works like a charm :D

pflammertsma commented 4 years ago

Great point, I entirely agree that verbosity should be optional. I'll update this in a next version.

On Wed, Oct 9, 2019 at 11:34 AM minportanasega notifications@github.com wrote:

I'm implementing an app that refreshes the UI really often and it became almost impossible to read the logs since every svg that's display using Sharp prints 3 lines. I applied a filter on my IDE but my testers send me their unfiltered logs and I can't ask them to do that.

Is there any way I could limit the Logs? Or could you add a hide-flag to set globally?

PS: good job, the library works like a charm :D

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Pixplicity/sharp/issues/53?email_source=notifications&email_token=AACF2Y5EGEW6ALKKFRA72UDQNWQT5A5CNFSM4I64XOV2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HQSQSRQ, or mute the thread https://github.com/notifications/unsubscribe-auth/AACF2Y2R3YU7VT5MYQEDWEDQNWQT5ANCNFSM4I64XOVQ .

micheledezanet commented 4 years ago

Wow, quick answer. You guys are cool!