Skip to content

Commit

Permalink
Merge pull request #19 from hopinc/update-level-type
Browse files Browse the repository at this point in the history
devex: update container log type (HOP-386)
  • Loading branch information
Looskie authored Sep 21, 2022
2 parents db3c8e2 + cd3d4c2 commit af9f8e0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/eight-monkeys-cough.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@onehop/js': minor
---

Updated container log level type (deprecating `stderr` in favor for `error`)
2 changes: 1 addition & 1 deletion src/rest/types/ignite.ts
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ export interface ContainerLog {
/**
* The level of the log. stdout becomes `info`
*/
level: 'info' | 'stderr';
level: 'info' | 'error';
}

/**
Expand Down

1 comment on commit af9f8e0

@vercel
Copy link

@vercel vercel bot commented on af9f8e0 Sep 21, 2022

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

hop-js – ./

hop-js-onehop.vercel.app
js.hop.io
hop-js-git-master-onehop.vercel.app
hop-js.vercel.app

Please sign in to comment.