func newOptions()

in options.go [33:37]


func newOptions() *options {
	return &options{
		createFifoFileLogs: createFifoFileLogs,
	}
}