-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
KOGITO-8276: Improve the logging adding missing levels (#201)
* KOGITO-8276: Improve the logging adding missing levels * Add support for -zap-log-level CLI flag * Fix function invocation. * Updates following peer review. * Updates following peer review x2. Remove use of logger argument. * Remove klog.InitFlags(nil) in Logger wrappers. * Run make generate-all * Another refactor removing wrappers and contexts. * More updates. * Enable Info logging by default. * Add missing klog dependency. * Fix erroneous logging statements. * Move to structured logging. * Remove references to k8s.io/klog[v1] * Fix build * Fix go.sum * Update container-builder/builder/kubernetes/builder.go Co-authored-by: Filippe Spolti <[email protected]> * Update container-builder/builder/kubernetes/builder.go Co-authored-by: Filippe Spolti <[email protected]> * Update utils/kubernetes/annotations.go Co-authored-by: Filippe Spolti <[email protected]> * Update controllers/builder/containerbuilder.go Co-authored-by: Filippe Spolti <[email protected]> * Update container-builder/client/fastmapper.go * Update container-builder/common/registry_docker.go Co-authored-by: Massimiliano Dessì - (Fast Chauffeur) <[email protected]> * Update controllers/platform/platformutils.go Co-authored-by: Massimiliano Dessì - (Fast Chauffeur) <[email protected]> * Update controllers/platform/platformutils.go Co-authored-by: Massimiliano Dessì - (Fast Chauffeur) <[email protected]> * Update controllers/platform/platformutils.go Co-authored-by: Massimiliano Dessì - (Fast Chauffeur) <[email protected]> --------- Co-authored-by: Michael Anstis <[email protected]> Co-authored-by: Filippe Spolti <[email protected]> Co-authored-by: Massimiliano Dessì - (Fast Chauffeur) <[email protected]>
- Loading branch information
1 parent
6f15f03
commit a50864e
Showing
58 changed files
with
591 additions
and
470 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
/* | ||
* Copyright 2023 Red Hat, Inc. and/or its affiliates. | ||
* | ||
* Licensed under the Apache License, Version 2.0 (the "License"); | ||
* you may not use this file except in compliance with the License. | ||
* You may obtain a copy of the License at | ||
* | ||
* http://www.apache.org/licenses/LICENSE-2.0 | ||
* | ||
* Unless required by applicable law or agreed to in writing, software | ||
* distributed under the License is distributed on an "AS IS" BASIS, | ||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
* See the License for the specific language governing permissions and | ||
* limitations under the License. | ||
*/ | ||
|
||
package api | ||
|
||
const ( | ||
// ComponentName just a name to identify this package/component/application | ||
ComponentName = "sonataflow" | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.