Skip to content
Snippets Groups Projects

[added to !932] Print message when compiling code just-in-time.

Closed [added to !932] Print message when compiling code just-in-time.
1 unresolved thread
Closed Samuel Burbulla requested to merge feature/verbose-jit into master
1 unresolved thread
2 files
+ 5
5
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -11,7 +11,7 @@ except KeyError:
except AttributeError:
logger.warn('Invalid log level in environment variable DUNE_LOG_LEVEL')
logformat = os.environ.get('DUNE_LOG_FORMAT', '%(levelname)s: %(message)s')
logformat = os.environ.get('DUNE_LOG_FORMAT', 'DUNE-%(levelname)s: %(message)s')
logging.basicConfig(format=logformat, level=loglevel)
Loading