Skip to content

Commit

Permalink
feat(ci): enable sea orm info logs in prod build
Browse files Browse the repository at this point in the history
  • Loading branch information
IgnisDa committed May 18, 2023
1 parent 308c8a3 commit fbd3f28
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ FROM scratch
# This is actually a hack to ensure that the `/data` directory exists in the image
# since we can not use `RUN` directly (there is no shell to execute it).
WORKDIR /data
ENV RUST_LOG="ryot=info"
ENV RUST_LOG="ryot=info,sea_orm=info"
COPY --from=app-builder /app/target/x86_64-unknown-linux-musl/release/ryot /app
ENTRYPOINT ["/app"]
2 changes: 1 addition & 1 deletion apps/backend/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ryot"
version = "0.0.28"
version = "0.0.29"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down

0 comments on commit fbd3f28

Please sign in to comment.