Skip to content

Commit

Permalink
[ycable] change logging level for stop main loop to NOTICE from ERR (#…
Browse files Browse the repository at this point in the history
…376)

Signed-off-by: vaibhav dahiya <vdahiya@microsoft.com>
  • Loading branch information
vdahiya12 authored Jun 14, 2023
1 parent 55996c7 commit 4e4f3cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sonic-ycabled/ycable/ycable.py
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ def run(self):
os.kill(os.getpid(), signal.SIGKILL)


self.log_error("Stop daemon main loop")
self.log_notice("Stop daemon main loop")

# Stop the ycable periodic info info update thread
if ycable_info_update.is_alive():
Expand Down

0 comments on commit 4e4f3cb

Please sign in to comment.