RestComm / mediaserver-docker

Docker Image for RestComm Media Server at https://github.com/RestComm/mediaserver
http://www.restcomm.com/
GNU Affero General Public License v3.0
0 stars 6 forks source link

support log level #2

Closed hamsterksu closed 8 years ago

hamsterksu commented 8 years ago

@hrosa @deruelle i have added possibility to change LOG_LEVEL

hamsterksu commented 8 years ago

also i have a question:

do we need to use FILE appender for docker deployment? I think CONSOLE is enough in most cases maybe we should add flag to disable it.

another option: user can mount own log config: -v $PWD/conf/log4j.xml:/opt/restcomm-media-server/conf/log4j.xml

deruelle commented 8 years ago

@hrosa can you review ?