STORDIS / orca_backend

ORCA Backend is a REST API server written using Django framework to access orca_nw_lib functionalities. It is a backend service that can be used by applications to interact with SONiC Network and devices.
https://stordis.github.io/
Apache License 2.0
2 stars 3 forks source link

orca_backend logging. #61

Closed kamalkrbh closed 4 weeks ago

kamalkrbh commented 1 month ago

Currently in backend logging is done only by orca_nw_lib, there should be separate orca_backend logs generated. Logging should be configurable via a file as in orca_nw_lib.

rahul-1475 commented 1 month ago

pr link: https://github.com/STORDIS/orca_backend/pull/66

It also includes fixes for issue: #24