I'd like to get the logs out of OpenCV, in particular those from CV_LOG_WARNING calls but I haven't been able to find if there is an environment variable I can set or if there is a setting in the CMakeLists file that will enable this is I build OpenCV from source.
Setup: OpenCV 4 Cross compiling on Ubuntu 16.04 for an Arm based hardware platform
How do I enable this?