Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[docker] add ability to set debug-level (openthread#2331)
Passing OTBR_OPTIONS=-DOT_LOG_LEVEL=INFO does not actually change the debug level as expected. Instead a -d command line option is required. The current docker_entrypoint.sh file hard codes -d7 (Debug level) on the command line. This commit changes the hard coded value to a ```--debug-level``` command line argument like the existing ```--radio_url```, ```--interface``` options. This allows setting the debug level in the docker-compose file.
- Loading branch information