Infoblox-PS / ibx-sdk

Basic Tools and Functions used by other Integrations.
Apache License 2.0
4 stars 0 forks source link

add syslog log handler as an option #80

Open yeti9990 opened 9 months ago

yeti9990 commented 9 months ago

it'd be nice to have the option of sending log files from script(s) to syslog. The init_logger should accept three (3) additional args and append a syslog handler:

We might need to support:

NOTE: we probably should NOT add this to the init_logger - instead we should have an add_syslog_handler() to keep things simple