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:
parent
d99082d1a1
commit
35111af66d
3 changed files with 44 additions and 37 deletions
5
debug_off.go
Normal file
5
debug_off.go
Normal file
|
@ -0,0 +1,5 @@
|
|||
// +build !realis_debug
|
||||
|
||||
package realis
|
||||
|
||||
const realisDebug = false
|
Loading…
Add table
Add a link
Reference in a new issue