I'm using Erlang and Chicagoboss. When I am connected to localhost, I can see the log in server console. Where I run sh init-dev.sh
.But in production mode I guess project runs as a daemon. Does anyone know where I can see the logs written by the statement error_logger:info_msg/2
.
error_logger:info_msg(" SomeVaraiable : - ", [SomeVaraiable]),