mirror of
https://github.com/retailcrm/mg-transport-core.git
synced 2025-04-05 22:33:33 +03:00
allow SetLogger call before Prepare
This commit is contained in:
parent
f5bda28e92
commit
7d1f722a9e
1 changed files with 3 additions and 0 deletions
|
@ -260,6 +260,9 @@ func (e *Engine) SetLogger(l logger.Logger) *Engine {
|
|||
|
||||
e.mutex.Lock()
|
||||
defer e.mutex.Unlock()
|
||||
if !e.prepared && e.logger != nil {
|
||||
return e
|
||||
}
|
||||
e.logger = l
|
||||
return e
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue