From a9adfa5cb1e83bf676ff758101ebb037739a8a9e Mon Sep 17 00:00:00 2001 From: BryantHe Date: Thu, 27 Jul 2023 16:08:36 +0800 Subject: [PATCH] debug 3 --- namekoplus/command.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/namekoplus/command.py b/namekoplus/command.py index 88399ea..ea9d5eb 100644 --- a/namekoplus/command.py +++ b/namekoplus/command.py @@ -319,6 +319,9 @@ def metric_config_gen(module, class_name_str): """ from statsd.client.timer import Timer + import sys + click.echo(f'sys.path: {sys.path}') + # Extract information of statsd config from the class of nameko service dest_dir = module.split('.')[0] file_name = module.split('.')[-1]