Issue:
Finishing File Handler
Currently the code contains options to indicate whether or not to use the rotating file handler but it never actually implements it. The code needs to be modified to write to a rotating file handler when the user wants to.
Additional sampling methods
Currently the logger just implements a random sampling. We could implement other filters as well