mirror of
https://github.com/Telecominfraproject/ols-nos.git
synced 2025-12-03 06:33:42 +00:00
- Convert to Python 3 - Fix bug: `CORE_FILE_DIR` previously was set to `os.path.basename(__file__)`, which would resolve to the script name. Fix this by hardcoding to `/var/core/` instead - Remove locally-define logging functions; use Logger class from sonic-py-common instead