Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bugfix/90 error occurs on receive shipment #135

Merged
merged 3 commits into from
Apr 7, 2016
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
changed default data source logging config for dev environment
  • Loading branch information
jmiranda committed Apr 7, 2016
commit b67ac541b4cdf3d3929ccc7bf76d896f10549453
6 changes: 3 additions & 3 deletions grails-app/conf/DataSource.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ environments {
dataSource {
//dbCreate = "update"
url = "jdbc:mysql:https://localhost:3306/openboxes_dev?autoReconnect=true&zeroDateTimeBehavior=convertToNull&sessionVariables=storage_engine=InnoDB"
loggingSql = true
format_sql = true
use_sql_comments = true
loggingSql = false
format_sql = false
use_sql_comments = false
}
}
test {
Expand Down