Skip to content

Commit

Permalink
add event output
Browse files Browse the repository at this point in the history
  • Loading branch information
jrcichra committed Dec 25, 2023
1 parent e4874be commit 6cf3ba3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ fn should_be_applied(path: &Path, args: &Args) -> bool {
}

async fn reconcile(args: &Args, event: &Event, client: &Client, discovery: &Discovery) {
info!("event: {:?}", event);
// TODO: make filtering better
if event.kind.is_access() || event.kind.is_other() || event.kind.is_remove() {
trace!("event is intentionally excluded: {:?}", event.kind);
Expand Down

0 comments on commit 6cf3ba3

Please sign in to comment.