#118 closed defect (fixed)
Typo in: Logging Options
Reported by: | tramp | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 0.8.1 |
Component: | apps/console | Version: | 0.8 |
Keywords: | Cc: | ||
Parent Tickets: | Sensitive: | no |
Description
http://127.0.0.1:7657/configlogging.jsp
Dafault: "Max log file size: 10,00 MB"
Save: Specified file size limit is not valid (10,00 MB) - not updated
Comma instead of point
Subtickets
Change History (2)
comment:1 Changed 10 years ago by
Component: | router/general → apps/console |
---|---|
Priority: | major → minor |
Resolution: | → fixed |
Status: | new → closed |
comment:2 Changed 10 years ago by
Milestone: | → 0.8.1 |
---|---|
Version: | → 0.8 |
Note: See
TracTickets for help on using
tickets.
Thanks for the report.
Actually the comma comes from your locale.
The output uses locale but the input parsing didn't.
Fixed to handle input parsing too.
Fixing in mtn now.