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

Initial logging Refactoring Bugfix #55441

Merged
merged 2 commits into from
Nov 29, 2019

Conversation

s0undt3ch
Copy link
Collaborator

What does this PR do?

See title.

```
20:25:21,233 [tests.integration                  :170 ][ERROR   ][MainProcess(3708)] An exception occurred in the salt logging process: unsupported format string passed to NoneType.__format__
Traceback (most recent call last):
  File "C:\\Users\\ADMINI~1\\AppData\\Local\\Temp\\kitchen\\testing\tests\integration\__init__.py", line 161, in start_log_forwarding_consumer
    record = logging.makeLogRecord(record_dict)
  File "C:\Python35\Lib\logging\__init__.py", line 368, in makeLogRecord
    rv = _logRecordFactory(None, None, "", 0, "", (), None, None)
  File "C:\\Users\\ADMINI~1\\AppData\\Local\\Temp\\kitchen\\testing\salt\_logging\impl.py", line 125, in __init__
    self.bracketname = '[{:<17}]'.format(self.name)
TypeError: unsupported format string passed to NoneType.__format__
```
@s0undt3ch s0undt3ch requested a review from a team as a code owner November 26, 2019 09:51
@ghost ghost requested a review from Akm0d November 26, 2019 09:51
@Akm0d Akm0d added this to the Approved milestone Nov 26, 2019
@dwoz dwoz merged commit 6cf0f2e into saltstack:master Nov 29, 2019
@s0undt3ch s0undt3ch deleted the hotfix/logging-refactoring branch November 29, 2019 18:42
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.

3 participants