Container seq terminated with ExitCode 1 #2462
Answered
by
liammclennan
Mike-E-angelo
asked this question in
Help
-
Beta Was this translation helpful? Give feedback.
Answered by
liammclennan
Jul 15, 2025
Replies: 2 comments 5 replies
-
Hi @Mike-E-angelo, If Seq is terminating it will write an error log. Have a look wherever Azure puts the container output. |
Beta Was this translation helpful? Give feedback.
4 replies
-
Indeed @liammclennan I was getting bit by passing a PowerShell param via a variable. I was passing this:
Changing it to this:
Fixed the issue. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can find Seq's logs in
/Logs
on the file system, or you can configure Seq to log to another Seq (diagnostics.internalLogServerUrl
anddiagnostics.internalLogServerApiKey
).