2013-08-21 4 views
0

내가 작업 (6.0.6) 센트리있어, 적어도 그것을 작동합니다. 그러나 기본 구성 위치를 원하지 않습니다.센트리는 무시 --config 경로

이론상 충분히 쉽습니다. 나는 설정 파일을 이동 here를 발견 ...

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

를 사용합니다. 하지만 :

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