Skip to content

Commit

Permalink
add back initial startup log message
Browse files Browse the repository at this point in the history
  • Loading branch information
shalberd authored Nov 26, 2024
1 parent 336085d commit 324e2f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/odh-notebook-controller/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ func main() {
setupLog.Error(err, "Error during determining controller / main namespace")
os.Exit(1)
}
setupLog.Info("Controller is running in namespace", "namespace", namespace)
if err = (&controllers.OpenshiftNotebookReconciler{
Client: mgr.GetClient(),
Log: ctrl.Log.WithName("controllers").WithName("Notebook"),
Expand Down

0 comments on commit 324e2f7

Please sign in to comment.