[LIVY-520] Add log when session is GC-ed
## What changes were proposed in this pull request?
When a session is inactive for a long time, it is GC-ed, ie. it is closed. Currently this operation is not logged, so it is not easy to understand why a session was closed.
The PR proposes to add a log in order to explain what happened.
## How was this patch tested?
manual tests
Author: Marco Gaido <mgaido@hortonworks.com>
Closes #116 from mgaido91/LIVY-520.