Skip to content

How to set log destination to syslog? #1261

@w1nda

Description

@w1nda

Hi folks,

I'm trying run exabpg 3.x with configuration format like:

process parsed-route-backend {
	run /home/ruissalo/exabgp/etc/exabgp/processes/file.py;
	encoder json;
}
neighbor 10.30.4.3 {
	local-address 10.30.4.2;
	local-as 65050;
	peer-as 65000;
	family bgpls { 
	           bgp-ls;
	}

	api {
		processes [ parsed-route-backend ];
		receive {
			parsed;
			update;
		}
	}  
}

Anyone can educate me on how can I set the log destination as syslog?

thanks in advance!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions