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

Add management commands logging support #311

Merged
merged 3 commits into from
Sep 17, 2023
Merged

Add management commands logging support #311

merged 3 commits into from
Sep 17, 2023

Conversation

jrobichaud
Copy link
Owner

Closes #310

@jrobichaud jrobichaud self-assigned this Sep 16, 2023
@jrobichaud jrobichaud added the enhancement New feature or request label Sep 16, 2023
@codecov
Copy link

codecov bot commented Sep 16, 2023

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (6dd72c4) 100.00% compared to head (44c504a) 100.00%.

Additional details and impacted files
@@            Coverage Diff            @@
##            master      #311   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           27        32    +5     
  Lines          365       404   +39     
=========================================
+ Hits           365       404   +39     
Files Changed Coverage Δ
...go_structlog_demo_project/command_examples/apps.py 100.00% <100.00%> (ø)
...nd_examples/management/commands/example_command.py 100.00% <100.00%> (ø)
...ples/management/commands/example_nested_command.py 100.00% <100.00%> (ø)
...mo_project/command_examples/tests/test_commands.py 100.00% <100.00%> (ø)
django_structlog_demo_project/home/apps.py 100.00% <100.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@jrobichaud jrobichaud merged commit ad79f10 into master Sep 17, 2023
12 checks passed
@jrobichaud jrobichaud deleted the command-logging branch September 17, 2023 00:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bind a "command_id" when using django commands
1 participant