Skip to content
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

Bug #338

Closed
HUN-Sopheak opened this issue Feb 28, 2024 · 5 comments
Closed

Bug #338

HUN-Sopheak opened this issue Feb 28, 2024 · 5 comments

Comments

@HUN-Sopheak
Copy link

HUN-Sopheak commented Feb 28, 2024

when data is null or empty string is not show you should be set default message " Null ".

@RithPisey
Copy link

Please help

@arukompas
Copy link
Contributor

@HUN-Sopheak can you share the example log file and what it shows up in the frontend? Please provide as much as you can so I can replicate it.

@HUN-Sopheak
Copy link
Author

I want to discuss an issue I encountered in the application's logging. I noticed that when there is an empty string or null value, it still stores the datetime in the storage/logs. Can you help me check this?
https://prnt.sc/6buWv80Suqh-
https://prnt.sc/bSY1nl4Z9wu3

@arukompas
Copy link
Contributor

@HUN-Sopheak what is the expected result? If you log an empty value, it will be shown as empty in the log.

Log::debug(null);
Log::debug('');

will both show up empty because they are empty.

As for the second screenshot, you can click on the log entry to expand it and show the full message/context. array( is just the first line of the log. The rest can be shown by expanding it.

@HUN-Sopheak
Copy link
Author

ok i got it
thank you sir

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants