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
it-chain 실행시 deploy와 invoke에 대한 명령어를 실행할 때, 아래와 같이 날짜 포멧이 다른 것을 일치시키면 좋을 것 같습니다.
C:\Users\David>it-chain ivm deploy github.com/kshinlee/learn-icode ./.ssh/id_rsa
2018/09/09 01:12:48 [Cmd] deploying icode...
2018/09/09 01:12:48 [Cmd] This may take a few minutes
2018/09/09 01:13:13 [Cmd] icode has deployed - icodeID: [be9va06tbhsoho379i5g]
C:\Users\David>it-chain ivm invoke be9va06tbhsoho379i5g initA
�[36mINFO�[0m[2018-09-09T01:13:54+09:00] [Cmd] Invoke icode - icodeID: [be9va06tbhsoho379i5g]
�[36mINFO�[0m[2018-09-09T01:13:54+09:00] [Cmd] Transactions are created - ID: [be9vagmtbhsouj5vl38g]
The text was updated successfully, but these errors were encountered:
@hea9549
처음 log는 go default log를 사용하고 있고
두번째 log는 저희가 만든 logger를 사용하고있는데, 만든 logger에서 window cmd창에서 뭔가 에러가 있는것 같습니다!! deploy에 있는 log를 logger로 바꾸고 logger가 window를 지원하게끔 수정해야 할 것 같습니다!
it-chain 실행시 deploy와 invoke에 대한 명령어를 실행할 때, 아래와 같이 날짜 포멧이 다른 것을 일치시키면 좋을 것 같습니다.
C:\Users\David>it-chain ivm deploy github.com/kshinlee/learn-icode ./.ssh/id_rsa
2018/09/09 01:12:48 [Cmd] deploying icode...
2018/09/09 01:12:48 [Cmd] This may take a few minutes
2018/09/09 01:13:13 [Cmd] icode has deployed - icodeID: [be9va06tbhsoho379i5g]
C:\Users\David>it-chain ivm invoke be9va06tbhsoho379i5g initA
�[36mINFO�[0m[2018-09-09T01:13:54+09:00] [Cmd] Invoke icode - icodeID: [be9va06tbhsoho379i5g]
�[36mINFO�[0m[2018-09-09T01:13:54+09:00] [Cmd] Transactions are created - ID: [be9vagmtbhsouj5vl38g]
The text was updated successfully, but these errors were encountered: