travelping / hello

Erlang RPC server framework
MIT License
31 stars 20 forks source link

Logging #66

Closed skattelmann closed 9 years ago

skattelmann commented 9 years ago

currently 'hello' has no proper logging. The 'hello_handler' already has some nice logging stuff build in but this is quite obviously not enough. At least the client, server and transport modules should log in a sophisticated way.

hwinkel commented 9 years ago

@skattelmann in scope of a public application there is no reason to make a statement of the current logging sate of other applications.

GalaxyGorilla commented 9 years ago

I agree, therefore I decreased the log levels of almost all logs to debug. Atm hello is spamming log backends without value for anyone. The PR 69 is basically about fixing this. Additionaly the changes I made there do help a lot in a debugging context.