Skip to content

Commit

Permalink
Make unknown gameserver log debug (#923)
Browse files Browse the repository at this point in the history
  • Loading branch information
XAMPPRocky authored Apr 5, 2024
1 parent 0dd025e commit 6134da2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/providers/k8s.rs
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ pub fn update_endpoints_from_gameservers(
};

if !found {
tracing::warn!(
tracing::debug!(
endpoint=%serde_json::to_value(server.endpoint()).unwrap(),
name=%serde_json::to_value(server.metadata.name).unwrap(),
"received unknown gameserver to delete from k8s"
Expand Down

0 comments on commit 6134da2

Please sign in to comment.