Code cleanup and moving towards messages printed by library being configurabele by using a logger. Discussion should take place as to wether we want to move towards a flag enabling debug messages at compile time, like gocql, or embedding an optional logger.

This commit is contained in:
Renan DelValle 2017-11-28 08:46:54 -08:00
parent 72b746e431
commit d99082d1a1
4 changed files with 104 additions and 185 deletions

2
job.go
View file

@ -151,8 +151,6 @@ func (j *AuroraJob) RAM(ram int64) Job {
*j.resources["ram"].RamMb = ram
j.jobConfig.TaskConfig.RamMb = ram //Will be deprecated soon
return j
}