Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

MAGEDOC-3489 Cron logging updates #3662

Merged
merged 8 commits into from
Feb 11, 2019

Conversation

dobooth
Copy link
Contributor

@dobooth dobooth commented Jan 30, 2019

This PR is a:

  • Content update

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.

@dobooth dobooth added Major Update Significant original updates to existing content xx2.3.1 Magento 2.3.1 changes labels Jan 30, 2019
@dobooth dobooth self-assigned this Jan 30, 2019
@dobooth dobooth requested a review from keharper January 30, 2019 20:37
@dobooth dobooth force-pushed the db_MAGEDOC-3489_cronlogging branch from 21f8f0f to 6ad828f Compare January 31, 2019 15:41
Copy link
Contributor

@keharper keharper left a 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.)

@keharper
Copy link
Contributor

keharper commented Feb 1, 2019

2.2 PR: magento/magento2#18389

@keharper keharper added Internal Dev Differentiates work between community and Magento staff 2.2.x Community Docs impacted by community code contribution labels Feb 1, 2019
@keharper
Copy link
Contributor

keharper commented Feb 7, 2019

For some reason, GH wouldn't let me make a comment near the top of the logging.md file. In line 14 or 15 in each version of the file, there's a reference to "develop" mode. Change those to "developer" mode.

@dobooth dobooth requested a review from fascinosum February 7, 2019 17:53
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
Copy link
Contributor

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
Copy link
Contributor

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`.
Copy link
Contributor

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

@dobooth dobooth merged commit 430a9bd into 2.3.1-integration Feb 11, 2019
@ghost
Copy link

ghost commented Feb 11, 2019

Hi @dobooth, thank you for your contribution!
Please, complete Contribution Survey, it will take less than a minute.
Your feedback will help us to improve contribution process.

@dobooth dobooth deleted the db_MAGEDOC-3489_cronlogging branch February 11, 2019 20:59

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`.
Copy link
Contributor

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`.
Copy link
Contributor

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
2.2.x Community Docs impacted by community code contribution Internal Dev Differentiates work between community and Magento staff Major Update Significant original updates to existing content xx2.3.1 Magento 2.3.1 changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants