Skip to content

Commit

Permalink
fix: container log level types
Browse files Browse the repository at this point in the history
  • Loading branch information
Looskie committed Sep 19, 2023
1 parent 377344e commit dbab8a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rest/types/ignite.ts
Original file line number Diff line number Diff line change
Expand Up @@ -801,7 +801,7 @@ export interface ContainerLog {
/**
* The level of the log. stdout becomes `info`
*/
level: 'info' | 'error';
level: 'stdout' | 'stderr';
}

/**
Expand Down

0 comments on commit dbab8a6

Please sign in to comment.