-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
bin/log command added #1060
bin/log command added #1060
Conversation
PR Summary
|
Hi, @bbakalov Check this PR Added script for log viewer |
Hello @YevhenZvieriev your work looks cool. But I think it is also good to somehow combine your approach and mine. |
Hey all, I reviewed both PRs and I actually like this one a lot better. It's much simpler, and it "just works" as I would expect it to work. I ran I see no reason to not move forward with this script. I appreciate both of your efforts and hate to choose between two nicely-written PRs, but I think this one wins out for it's simplicity and lack of UI -- it's more intuitive. |
Hey, my setup doesn't generate logs at all, when I completed the setup there was no system.log file present, debug.log file was present with some existing logs, after that I tried multiple things to generate logs but nothing worked, kindly guide me fix this. |
It's the new command bin/log that tail logs from the Magento var/log folder all and specific logs.
Usage:
bin/log <specific_log_files>
Arguments:
specific_log_files If specific_log_files are NOT provided, show all logs.
Example:
Options:
-h, --help Display help message