se-edu / addressbook-level3

:ab::three: Address Book sample application (Level 3)
https://se-education.org/addressbook-level3
MIT License
28 stars 415 forks source link

Rephrase 'file not found' logs shown during first run #139

Closed damithc closed 1 year ago

damithc commented 2 years ago

When the app is run for the first time, the log shows some 'file not found' messages that some might interpret as errors.

image

Suggestion: We can rephrase them to appear less like an error message.

LimJunxue commented 2 years ago

How's this for all 3: INFO: Json file ... not found, will use defaults

damithc commented 1 year ago

How's this for all 3: INFO: Json file ... not found, will use defaults

Sorry for not noticing this earlier @LimJunxue Yes, something along those lines sounds good. Perhaps also mention that the app deduces this is the first run and will be creating new files.