You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
각 프레임워크별로 cb-log 라이브러리를 사용하여 로그 파일(ex. ./log/cblogs.log)을 남기는 것 같은데, cb-operator로 구동시킨 클라우드 바리스타의 각 프레임워크별 로그를 볼 수 있는 방법이 있는지요?
(docker-compose 사용시) 현재는 해당 컨테이너에 접속하여도 로그 파일이 생성되어 있지는 않은 것 같습니다. 먼가 추가로 설정을 해야 할 것 같긴 한데, 어떤 자료 등을 참고하면 좋을까요?
The text was updated successfully, but these errors were encountered:
Issue-Label Bot is automatically applying the label question to this issue, with a confidence of 0.70. Please mark this comment with 👍 or 👎 to give our bot feedback!
앞의 ./data/cb-spider/log 는
호스트 노드의 디렉토리이며 docker-compose.yaml 파일이 있는 위치로부터의 상대경로 입니다.
뒤의 /root/go/src/github.com/cloud-barista/cb-spider/log 는
컨테이너 안의 디렉토리 입니다.
두 디렉토리를 마운트하라는 라인입니다.
CB-Spider 컨테이너 안의 cb-spider 바이너리가
컨테이너 안의 /root/go/src/github.com/cloud-barista/cb-spider/log 디렉토리에 로그파일을 생성하고
이 디렉토리는 호스트 노드의 ./data/cb-spider/log 디렉토리와 마운트되어 있으므로
컨테이너에 접속하실 필요 없이
호스트 노드의 ./data/cb-spider/log 디렉토리를 보시면 되겠습니다.
~/g/s/gi/cloud-barista/cb-operator/docker-compose-mode-files/data/cb-spider/log# ls -alh
drwxr-xr-x 3 root root 4.0K 10월 19 20:05 .
drwxr-xr-x 4 root root 4.0K 10월 19 20:05 ..
drwxr--r-- 2 root root 4.0K 10월 19 20:05 calllog
-rw-r--r-- 1 root root 28K 10월 23 16:38 cblogs.log
jihoon-seo
changed the title
Question: how can I get a log from CB-Log's file?
Question: how can I get a log from cb-log's file?
Oct 27, 2020
각 프레임워크별로 cb-log 라이브러리를 사용하여 로그 파일(ex. ./log/cblogs.log)을 남기는 것 같은데, cb-operator로 구동시킨 클라우드 바리스타의 각 프레임워크별 로그를 볼 수 있는 방법이 있는지요?
(docker-compose 사용시) 현재는 해당 컨테이너에 접속하여도 로그 파일이 생성되어 있지는 않은 것 같습니다. 먼가 추가로 설정을 해야 할 것 같긴 한데, 어떤 자료 등을 참고하면 좋을까요?
The text was updated successfully, but these errors were encountered: