Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question: how can I get a log from cb-log's file? #80

Open
sykim-etri opened this issue Oct 27, 2020 · 2 comments
Open

Question: how can I get a log from cb-log's file? #80

sykim-etri opened this issue Oct 27, 2020 · 2 comments
Labels
question Further information is requested

Comments

@sykim-etri
Copy link
Member

sykim-etri commented Oct 27, 2020

각 프레임워크별로 cb-log 라이브러리를 사용하여 로그 파일(ex. ./log/cblogs.log)을 남기는 것 같은데, cb-operator로 구동시킨 클라우드 바리스타의 각 프레임워크별 로그를 볼 수 있는 방법이 있는지요?
(docker-compose 사용시) 현재는 해당 컨테이너에 접속하여도 로그 파일이 생성되어 있지는 않은 것 같습니다. 먼가 추가로 설정을 해야 할 것 같긴 한데, 어떤 자료 등을 참고하면 좋을까요?

@issue-label-bot
Copy link

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!

Links: app homepage, dashboard and code for this bot.

@issue-label-bot issue-label-bot bot added the question Further information is requested label Oct 27, 2020
@jihoon-seo
Copy link
Member

https://github.com/cloud-barista/cb-operator/blob/master/docker-compose-mode-files/docker-compose.yaml
이 파일을 보시면

  cb-spider:
    volumes:
      - ./data/cb-spider/log:/root/go/src/github.com/cloud-barista/cb-spider/log

이런 부분이 있습니다.

앞의 ./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 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants