Skip to content

Commit

Permalink
add logs to sireneUL handler
Browse files Browse the repository at this point in the history
  • Loading branch information
Josquin Cornec committed Apr 26, 2024
1 parent a4eb593 commit 35dcc08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/ops/imports/sireneUL.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ import (

// InsertSireneUL insère des trucs rapport aux sirene mais je sais pas trop quoi
func InsertSireneUL(ctx context.Context) error {
slog.Info("Inside function")
fmt.Println(viper.GetString("source.sireneULPath"))
sireneULParser := goSirene.SireneULParser(ctx, viper.GetString("source.sireneULPath"))

Expand Down

0 comments on commit 35dcc08

Please sign in to comment.