Skip to content

instance_idをログに追加#581

Merged
cipepser merged 8 commits intomasterfrom
feature/instance-id
May 13, 2021
Merged

instance_idをログに追加#581
cipepser merged 8 commits intomasterfrom
feature/instance-id

Conversation

@cipepser
Copy link
Copy Markdown
Collaborator

fix: #352

MY_ROSTER_IDX1にしたサーバのログ
image


let gas = 5_000_000;
let cache = EventCache::default();
let instance_id = env::var("MAX_ROSTER_IDX").unwrap();
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

テスト全て MY_ROSTER_IDXではなく MAX_ROSTER_IDXになっています?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

完全にミスってました。直します

@cipepser cipepser merged commit 2658b07 into master May 13, 2021
@cipepser cipepser deleted the feature/instance-id branch May 13, 2021 02:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ログにreqeust_id, instance_idの追加

2 participants