mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-15 10:40:41 -07:00
This sort of just punts on the problem by not creating log files in the tests, but it seemed like the simplest solution.
12 lines
182 B
Plaintext
12 lines
182 B
Plaintext
# Copyright 2017 Apcera Inc. All rights reserved.
|
|
|
|
# logging options
|
|
debug: false
|
|
trace: false
|
|
logtime: false
|
|
|
|
cluster {
|
|
listen: localhost:-1
|
|
no_advertise: false
|
|
}
|