Casey

Results 5 comments of Casey

What are your trying to compile and what is the exact command you're using?

I created the feature branch for this based on the issue. I'll take a look at how well it'll integrate with the current logic.

I also have the same issue.

Don't get me wrong, you can still `git clone`, `cd python-secureconfig` and `pip install .`, but it would be nicer to just `pip install secureconfig` with Python 3+.

I think this is *by design*, but you can swap out your own log format once `CloudWatchLogHandler` is instantiated like so: ```python3 class CloudWatchLogFormatter(logging.Formatter): def __init__(self, fmt: Optional[str] = None):...