Open jinzihan2002 opened 1 week ago
No details provided by team.
[The team marked this bug as a duplicate of the following bug]
Logger warning appears
I think you can hide the logger warning information as it is irrelevant to the user
Steps to replicate: invalid command
[original: nus-cs2113-AY2425S1/pe-interim#18] [original labels: severity.Low type.FunctionalityBug]
[This is the team's response to the above 'original' bug]
Thank you for the feedback! This can be fixed easily in the next iteration by setting the logger levels, and does not bring any issues to the running of our software.
Items for the Tester to Verify
:question: Issue duplicate status
Team chose to mark this issue as a duplicate of another issue (as explained in the Team's response above)
Reason for disagreement: [replace this with your explanation]
How to reproduce:
command
When an invalid command is entered (not necessarily just the command above), the UI prints out some
WARNING
logging information, as well as the location in the source code the exception occurred (seedu.exchangecoursemapper.parser.Parser processUserInput
in this case). As such information does not need to be seen by the end user, perhaps the exception could be better handled to only display the final error message to the user.