DbMaintain / dbmaintain

DEPRECATED: DbMaintain enables automatic roll-out of updates to a relational database
https://dbmaintain.github.io
Apache License 2.0
17 stars 12 forks source link

Confusing warning message during #29

Closed thomasnikolay closed 5 years ago

thomasnikolay commented 5 years ago

https://github.com/DbMaintain/dbmaintain/blob/000314fb8bbcb5977ea41f363b56882ddf44aa8e/dbmaintain/src/main/java/org/dbmaintain/script/executedscriptinfo/impl/DefaultExecutedScriptInfoSource.java#L335

The level of the message [markDatabaseAsUpToDate] WARNING: Executed scripts table "xxxx" doesn't exist yet or is invalid. A new one i s created automatically. is confusing because through the member autoCreateExecutedScriptsTable is this behavior accepted from the user. My recommendation is to reduce the log level to INFO. If you want, then I will do that.

pSub commented 5 years ago

Thanks! I've set the log level to info.

thomasnikolay commented 5 years ago

Thanks a lot :-)