summaryrefslogtreecommitdiff
path: root/bin/chroma-cam
diff options
context:
space:
mode:
Diffstat (limited to 'bin/chroma-cam')
-rwxr-xr-xbin/chroma-cam2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/chroma-cam b/bin/chroma-cam
index e81469e..25f0eb3 100755
--- a/bin/chroma-cam
+++ b/bin/chroma-cam
@@ -9,6 +9,8 @@ if __name__ == '__main__':
from chroma import view, build, EventViewer
from chroma import mesh_from_stl
from chroma.tools import enable_debug_on_crash
+ from chroma.log import logger, logging
+ logger.setLevel(logging.INFO)
parser = optparse.OptionParser('%prog')
parser.add_option('--debug', dest='debug', action='store_true',