2013-08-21 121 views
0

我得到了哨兵(6.0.6)的工作,至少当我做sentry start它的工作原理。但是,我不想要默认配置位置。哨兵忽略--config路径

理论上足够简单。我移动了配置文件并使用

sentry start --config=/new/path/sentry.conf.py 

...如发现here。但是:

ValueError: Configuration file does not exist at '/home/username/.sentry/sentry.conf.py' 

...这是默认位置,而不是我通过的那个。

为什么--config被忽略?

回答

3

更换

sentry start --config=/new/path/sentry.conf.py 

sentry --config=/new/path/sentry.conf.py start