cloudant-labs / clouseau

Expose Lucene features as an erlang-like node
Apache License 2.0
58 stars 32 forks source link

Have a single Logger object for clouseau #12

Closed mayya-sharipova closed 7 years ago

mayya-sharipova commented 7 years ago

The problem is we create a new Logger object in each IndexService object and nothing cleans them out after the indexes close (a log4j problem). The fix is to use a single one and include ctx.name in the message itself.

BugzID: 83014