Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The logger package's initialization logic is init() which will be exected by loading the package. However some of our programs are using the agent as a library and haven't configured seelog beforehand. Due to that, loading the package logs ``` 1600397429848419666 [Error] node must have children ``` which breaks the programs. I think it would be safer to do less on init() and explictly initialize the logger from the agent's main(). Signed-off-by: Kazuyoshi Kato <katokazu@amazon.com>