Removing logger from realisConfig. Debugging can now be turned on by running or building with the realis_debug flag. e.g. go run -tags="gocql_debug"

This commit is contained in:
Renan DelValle 2017-11-28 15:26:13 -08:00
parent d99082d1a1
commit 35111af66d
3 changed files with 44 additions and 37 deletions

5
debug_off.go Normal file
View file

@ -0,0 +1,5 @@
// +build !realis_debug
package realis
const realisDebug = false