-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Conversation
21f8f0f
to
6ad828f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was backported to 2.2, so you need to update the 2.2 version of the logging.md
file. Make sure you don't overwrite the changes I made in https://github.com/magento/devdocs/pull/3625/files
if you made any technical changes in config-cli-subcommands-static-view.md
, you need to back those out, break the symlink to 2.2, and apply the changes to the 2.2 version. (I would have said the same thing about the config-cli-subcommands-cron.md
, but the fact the PR was backported saved you.)
2.2 PR: magento/magento2#18389 |
For some reason, GH wouldn't let me make a comment near the top of the |
1. Use the `config:set` command to change the `dev/syslog/syslog_logging` database value to `1`. | ||
|
||
```bash | ||
bin/magento config:set dev/syslog/syslog_logging 1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bin/magento setup:config:set --enable-syslog-logging=true
1. Use the `config:set` command to change the `dev/syslog/syslog_logging` database value to `0`. | ||
|
||
```bash | ||
bin/magento config:set dev/syslog/syslog_logging 0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bin/magento setup:config:set --enable-syslog-logging=false
|
||
#### To disable syslog logging: | ||
|
||
1. Use the `config:set` command to change the `dev/syslog/syslog_logging` database value to `0`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use the setup:config:set --enable-syslog-logging=true|false
command to change the behavior
Hi @dobooth, thank you for your contribution! |
|
||
1. Use the `config:set` command to change the `dev/syslog/syslog_logging` database value to `0`. | ||
1. Use the `setup:config:set` command to change the `dev/syslog/syslog_logging` database value to `false`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is no any dev/syslog/syslog_logging
value in the database
1. Use the `config:set` command to change the `dev/syslog/syslog_logging` database value to `1`. | ||
Logging to `syslog` is disabled by default. | ||
|
||
1. Use the `setup:config:set` command to change the `dev/syslog/syslog_logging` database value to `true`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is no any dev/syslog/syslog_logging
value in the database
This PR is a:
Summary
When this pull request is merged, it will...
Add info about the new cron.log workflow.
Fixes #MAGEDOC-3489
whatsnew
Added information about the new
cron.log
file to Logging and Configure and run cron.