We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
0.14.0
NA
CLI (options, error messages, logging, etc.)
The default logging config has a very simple log format "{asctime} {message}":
"{asctime} {message}"
sdk/singer_sdk/default_logging.yml
Lines 1 to 15 in cf51acc
I chose this format in the first iteration because it's the same as the singer-python default in https://github.com/singer-io/singer-python/blob/2c053f4c5f468235bba85a203a252438b1b3c704/singer/logging.conf#L23
singer-python
It could be improved, though. And it's missing at least the logger name and log level.
No response
The text was updated successfully, but these errors were encountered:
edgarrmondragon
Successfully merging a pull request may close this issue.
Singer SDK Version
0.14.0
Python Version
NA
Bug scope
CLI (options, error messages, logging, etc.)
Operating System
NA
Description
The default logging config has a very simple log format
"{asctime} {message}"
:sdk/singer_sdk/default_logging.yml
Lines 1 to 15 in cf51acc
I chose this format in the first iteration because it's the same as the
singer-python
default in https://github.com/singer-io/singer-python/blob/2c053f4c5f468235bba85a203a252438b1b3c704/singer/logging.conf#L23It could be improved, though. And it's missing at least the logger name and log level.
Code
No response
The text was updated successfully, but these errors were encountered: