Skip to content

Commit

Permalink
[dashboard] tone down "Unable to retrieve workspace-auth cookie" to w…
Browse files Browse the repository at this point in the history
…arn (#18772)
  • Loading branch information
geropl authored Sep 22, 2023
1 parent d624e9e commit fffbbb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/dashboard/src/start/StartWorkspace.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ export default class StartWorkspace extends React.Component<StartWorkspaceProps,
}
if (code !== 200) {
// getting workspace auth didn't work as planned
console.error("Unable to retrieve workspace-auth cookie! Quitting.", {
console.warn("Unable to retrieve workspace-auth cookie.", {
instanceID,
code,
attempt,
Expand Down

0 comments on commit fffbbb1

Please sign in to comment.