-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
COSI-35: add-comments-for-log-levels
- Loading branch information
1 parent
f9f5345
commit b02a854
Showing
4 changed files
with
28 additions
and
1 deletion.
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
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 |
---|---|---|
@@ -1,2 +1,9 @@ | ||
# Log levels define the verbosity of logs for various parts of the system. | ||
# Use these levels to control the detail included in the logs: | ||
# 1 - General configuration, routine logs | ||
# 2 - Steady-state operations, HTTP requests, system state changes (default) | ||
# 3 - Extended changes, additional system details | ||
# 4 - Debug-level logs, tricky logic areas | ||
# 5 - Trace-level logs, context for troubleshooting | ||
COSI_DRIVER_LOG_LEVEL=5 | ||
OBJECTSTORAGE_PROVISIONER_SIDECAR_LOG_LEVEL=5 |
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 |
---|---|---|
@@ -1,2 +1,9 @@ | ||
# Log levels define the verbosity of logs for various parts of the system. | ||
# Use these levels to control the detail included in the logs: | ||
# 1 - General configuration, routine logs | ||
# 2 - Steady-state operations, HTTP requests, system state changes (default) | ||
# 3 - Extended changes, additional system details | ||
# 4 - Debug-level logs, tricky logic areas | ||
# 5 - Trace-level logs, context for troubleshooting | ||
COSI_DRIVER_LOG_LEVEL=5 | ||
OBJECTSTORAGE_PROVISIONER_SIDECAR_LOG_LEVEL=5 |
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 |
---|---|---|
@@ -1,2 +1,9 @@ | ||
# Log levels define the verbosity of logs for various parts of the system. | ||
# Use these levels to control the detail included in the logs: | ||
# 1 - General configuration, routine logs | ||
# 2 - Steady-state operations, HTTP requests, system state changes (default) | ||
# 3 - Extended changes, additional system details | ||
# 4 - Debug-level logs, tricky logic areas | ||
# 5 - Trace-level logs, context for troubleshooting | ||
COSI_DRIVER_LOG_LEVEL=2 | ||
OBJECTSTORAGE_PROVISIONER_SIDECAR_LOG_LEVEL=2 |