jonataslaw / get_server

A backend server that makes it possible to program with Flutter syntax and reuse existing code
Apache License 2.0
477 stars 42 forks source link

useLog not working #34

Closed julianoventola closed 3 years ago

julianoventola commented 3 years ago

GREAT work with get_server, it's an amazing package! ❤️ I know the flag for useLog is true by default, but it is no logging (tested in GET, POST - Multicores handler) i am using: get_server: ^0.91.0 image

jonataslaw commented 3 years ago

Does this problem still exist? dart:developer couldn't show logs in production, only when the app was debugging. Is that your case?

julianoventola commented 3 years ago

I guess i was not running in debug mode, but thank you for the attention. Maybe you would like to see "alfred" package, it's very interesting for backend too