-
Notifications
You must be signed in to change notification settings - Fork 5
PHP: Add logging #68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
PHP: Add logging #68
Changes from 23 commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
c3185a4
PHP: Add logging
prateek-kumar-improving 8000670
Merge branch 'main' into php/add-logging
prateek-kumar-improving e2d48bc
PHP: Fix formatting issue
prateek-kumar-improving 3821a7c
PHP: Add error logs
prateek-kumar-improving fd7f175
PHP: Remove printf statements
prateek-kumar-improving e8bd63b
PHP: Remove printf statements
prateek-kumar-improving faf9c60
PHP: Update logs
prateek-kumar-improving 4b273ff
PHP: Update logs
prateek-kumar-improving 7b68269
PHP: Update logs
prateek-kumar-improving d23416e
PHP: Update logs
prateek-kumar-improving 602de53
PHP: Update logs
prateek-kumar-improving 224e87a
PHP: Update logs
prateek-kumar-improving da3a9e8
PHP: Update logs
prateek-kumar-improving 11afa59
PHP: Update logs
prateek-kumar-improving aa478c5
PHP: Update logs
prateek-kumar-improving 817b918
PHP: update debug logs in command_response.c
prateek-kumar-improving 9f3e79f
PHP: create macros for snprintf statements in logger.h
prateek-kumar-improving b0c25d2
PHP: Update test
prateek-kumar-improving 9f73223
PHP: Test added
prateek-kumar-improving f3b7151
PHP: Update logs
prateek-kumar-improving 16eb389
PHP: Update debug log in valkey_glide_core_common.c
prateek-kumar-improving 80a7101
PHP: update DEBUG_VALKEY_GLIDE_PHP in valkey_glide_core_common.c by r…
prateek-kumar-improving 8bf0fa1
PHP: format file valkey_glide_core_common.c
prateek-kumar-improving 34dd282
PHP: Updated log level check in logger.h macros
prateek-kumar-improving 7ff5baf
PHP: Format file logger.h
prateek-kumar-improving 7674b8f
PHP: Update macros in logger.h
prateek-kumar-improving 25e3286
PHP: Macros in logger.h updated with error logs
prateek-kumar-improving a8f89f0
PHP: Common macro added in logger.h
prateek-kumar-improving 2f4ccce
Merge branch 'main' into php/add-logging
jduo File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 |
|---|---|---|
|
|
@@ -18,6 +18,11 @@ Cargo.lock | |
| *.pdb | ||
| dump.rdb | ||
| .env | ||
|
|
||
| # Log files | ||
| logs/ | ||
| *.log | ||
| *.log.* | ||
| python/.env* | ||
| benchmarks/results | ||
|
|
||
|
|
||
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.