cmbi / mrs

Maarten's Retrieval Service
Boost Software License 1.0
0 stars 3 forks source link

improve logging #49

Closed cbaakman closed 7 years ago

cbaakman commented 7 years ago

MRS occasionally exits with a segfault, withou providing further details. To find out what's going on, wee need to improve MRS' logging in some way.

jonblack commented 7 years ago

When a public function is called in a module, it's usually a good idea to add an info log message about what's happening. Be careful not to add log messages to loops, because this can result in both a flood of message and impact performance.