Project

General

Profile

Feature #6664

Updated by Evgeny Novikov over 8 years ago

Now there are special options option "Debug" and "Allow use of local source directories" for Core. The former allows to produce and to keep a lot of intermediate files useful for debugging but not for common usage. The latter allows to use Linux kernel source code resided in local working directories rather than in jobs. Although it considerably speeds up build command extracting, it is dangerous because of nobody will know what source code was actually used and thus shouldn't be used in production. 

 But in general we likely need a special development mode which turns on both these options, increases a logging debug level, tunes logging formatters and so on. Of course development mode should be turned of by default. 

 As a sequence we will also get a production mode with some reasonable settings. 

 I assume that proper sets of options for production and development of Core are Bridge settings and the Bridge interface is responsible for specifying the mode.

Back