Skip to content

Commit

Permalink
chore: add debug
Browse files Browse the repository at this point in the history
Signed-off-by: bsbds <69835502+bsbds@users.noreply.github.com>
  • Loading branch information
bsbds committed Aug 19, 2024
1 parent 483da23 commit 3044f94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/artifacts/xline-pod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ spec:
command:
- /bin/sh
- -c
- xline --name node1 --members node1=kind-control-plane:2379 --data-dir /tmp/xline --storage-engine rocksdb --client-listen-urls=http://kind-control-plane:2379 --peer-listen-urls=http://kind-control-plane:2380,http://kind-control-plane:2381 --client-advertise-urls=http://kind-control-plane:2379 --peer-advertise-urls=http://kind-control-plane:2380,http://kind-control-plane:2381
- env RUST_LOG=debug xline --name node1 --members node1=kind-control-plane:2379 --data-dir /tmp/xline --storage-engine rocksdb --client-listen-urls=http://kind-control-plane:2379 --peer-listen-urls=http://kind-control-plane:2380,http://kind-control-plane:2381 --client-advertise-urls=http://kind-control-plane:2379 --peer-advertise-urls=http://kind-control-plane:2380,http://kind-control-plane:2381
hostNetwork: true
status: {}
2 changes: 1 addition & 1 deletion crates/utils/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -807,7 +807,7 @@ pub mod level_format {
#[must_use]
#[inline]
pub const fn default_log_level() -> LevelConfig {
LevelConfig::INFO
LevelConfig::DEBUG
}

impl LogConfig {
Expand Down

0 comments on commit 3044f94

Please sign in to comment.