naoqi - Start NAOqi
Logging options:
Logging options:
Change the log minimum level: [0-6] (default:4)
Can be set with env var QI_LOG_LEVEL
Set log filtering options. Colon separated list of rules. Each rule can be:
Each category can include a ‘*’ for globbing. Can be set with env var QI_LOG_FILTERS.
Example: ‘qi.*=debug:-qi.foo:+qi.foo.bar’ (all qi.*logs in info, remove all qi.foo logs except qi.foo.bar)
Shows debug (level 6 and lower) logs.
Debug logs is not compile on release mode (only shown on debug compilation)
Shows context logs, it’s a bit field(add the values below):
Can be set with env var QI_LOG_CONTEXT