rhomobile / rhoelements-issues

Issues area for RhoElements
0 stars 0 forks source link

rhoconfig logging #4

Closed interjaz closed 11 years ago

interjaz commented 11 years ago

In rhoconfig.txt in # Rhodes log properties section there are following lines

0-trace, 1-info(app level), 3-warning, 4-errors (RhoStudio Beta 28)

for production set to 3

MinSeverity = 3

After setting it to 3 and using Rho::Log.warning(...) my warnings did not show up. I had to upgrade MinSeverity to 2 in order to see my warnings.

genywind commented 11 years ago

Comments are incorrect. Here are the correct one(Fixed in master):

Rhodes log properties log level 0-trace, 1-info(app level), 2-warnings, 3-errors for production set to 3 MinSeverity = 1