-
Notifications
You must be signed in to change notification settings - Fork 515
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
aries_cloudagent/config/logging.py:fileConfig assumes a config file with a handler_timed_file_handler section #3186
Comments
rngadam
added a commit
to rngadam/aries-cloudagent-python
that referenced
this issue
Aug 20, 2024
…d_file_handler exists before trying to modify it Signed-off-by: Ricky Ng-Adam <ricky.ng-adam-ext@mcn.gouv.qc.ca>
rngadam
added a commit
to rngadam/aries-cloudagent-python
that referenced
this issue
Aug 20, 2024
…d_file_handler exists before trying to modify it Signed-off-by: Ricky Ng-Adam <ricky.ng-adam-ext@mcn.gouv.qc.ca>
rngadam
added a commit
to rngadam/aries-cloudagent-python
that referenced
this issue
Aug 21, 2024
…d_file_handler exists before trying to modify it Signed-off-by: Ricky Ng-Adam <ricky.ng-adam-ext@mcn.gouv.qc.ca>
jamshale
pushed a commit
to jamshale/acapy
that referenced
this issue
Aug 22, 2024
…d_file_handler exists before trying to modify it (openwallet-foundation#3187) Signed-off-by: Ricky Ng-Adam <ricky.ng-adam-ext@mcn.gouv.qc.ca> Co-authored-by: Stephen Curran <swcurran@gmail.com> Signed-off-by: jamshale <jamiehalebc@gmail.com>
rngadam
added a commit
to rngadam/aries-cloudagent-python
that referenced
this issue
Aug 28, 2024
…d_file_handler exists before trying to modify it Signed-off-by: Ricky Ng-Adam <ricky.ng-adam-ext@mcn.gouv.qc.ca>
darshilnb
pushed a commit
to Northern-Block/aries-cloudagent-python
that referenced
this issue
Sep 5, 2024
…d_file_handler exists before trying to modify it (openwallet-foundation#3187) Signed-off-by: Ricky Ng-Adam <ricky.ng-adam-ext@mcn.gouv.qc.ca> Co-authored-by: Stephen Curran <swcurran@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
1.0.0rc6-42-g0c2fb7b49
simple log file config:
results in a reference to a non-existing configuration option:
code seems to be assuming the existence of a config file with a section
handler_timed_file_handler
https://github.com/rngadam/aries-cloudagent-python/blob/0c2fb7b495caf0311adfdbe1d056f426177d3d94/aries_cloudagent/config/logging.py#L121-L133
The text was updated successfully, but these errors were encountered: