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 raw logging #191

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Add raw logging #191

wants to merge 1 commit into from

Conversation

cinek810
Copy link
Owner

No description provided.

@cinek810 cinek810 force-pushed the raw_log branch 7 times, most recently from c1a055e to cb6250e Compare October 20, 2023 11:08
@cinek810 cinek810 requested a review from LegenJCdary October 20, 2023 11:25
tests/pylintrc Outdated
@@ -454,7 +454,7 @@ indent-after-paren=4
indent-string=' '

# Maximum number of characters on a single line.
max-line-length=100
max-line-length=120
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why? This change can be easily edited to conform to 100 chars.

sequence_records = db_writer.start_sequence_dict(host_list,
self.setup_hooks, options,
self.start_ts_raw,
with open(f"{self.log_path}.raw", "a", encoding="utf-8") as raw_log:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would prefer to have a single point for logging and message redistribution. Is it really required at this moment? I mean, we can merge it but I will change this once I (finally? hopefully next week?) get back to ansible-deployer development.

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

for me it was very helpful last days, the whole part of code is probably something we have to fully restructure to run as ansible callback plugin, so it will be a bigger change

@cinek810 cinek810 force-pushed the raw_log branch 4 times, most recently from 38b8146 to f2ae113 Compare October 23, 2023 08:26
@LegenJCdary LegenJCdary added this to the v1.0.0 milestone Dec 14, 2023
@cinek810 cinek810 force-pushed the main branch 5 times, most recently from 4cdc87c to c1f7847 Compare May 9, 2024 12:12
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

Successfully merging this pull request may close these issues.

2 participants