feat: replace logging with tracing
This commit is contained in:
+1
-1
@@ -36,7 +36,7 @@ RUN chown -R $APP_USER:$APP_USER ${APP}
|
||||
USER $APP_USER
|
||||
WORKDIR ${APP}
|
||||
|
||||
ENV RUST_LOG=info
|
||||
ENV RUST_LOG=info,nostr_rs_relay=info
|
||||
ENV APP_DATA=${APP_DATA}
|
||||
|
||||
CMD ./nostr-rs-relay --db ${APP_DATA}
|
||||
|
||||
Reference in New Issue
Block a user