I referred to the Rhomobile documentation it mentions
log level
0-trace, 1-info(app level), 3-warnings, 4-errors
I want to disable log trace completely for production. Which level should I set it to?
I referred to the Rhomobile documentation it mentions
0-trace, 1-info(app level), 3-warnings, 4-errors
I want to disable log trace completely for production. Which level should I set it to?
For production, as wrote in the comments in rhoconfig.txt, the suggestion is to put it a level 3 (errors), there's no level 4:
# Rhodes log properties
# log level
# 0-trace, 1-info(app level), 2-warnings, 3-errors
# for production set to 3