graniticio / granitic

Web/micro-services and IoC framework for Golang developers

Home Page:https://granitic.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Access log writer closes channels and file in wrong order

benhalstead opened this issue · comments

facility.httpserver.AccessLogWriter closes the log file but doesn't close the logging channel buffer.

This is incorrect (but shouldn't have any negative consequences)