mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-16 19:14:41 -07:00
@@ -442,10 +442,6 @@ type clientOpts struct {
|
||||
var defaultOpts = clientOpts{Verbose: true, Pedantic: true, Echo: true}
|
||||
var internalOpts = clientOpts{Verbose: false, Pedantic: false, Echo: false}
|
||||
|
||||
func init() {
|
||||
rand.Seed(time.Now().UnixNano())
|
||||
}
|
||||
|
||||
func (c *client) setTraceLevel() {
|
||||
if c.kind == SYSTEM && !(atomic.LoadInt32(&c.srv.logging.traceSysAcc) != 0) {
|
||||
c.trace = false
|
||||
|
||||
Reference in New Issue
Block a user