-
Notifications
You must be signed in to change notification settings - Fork 521
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
Improve Per Tenant Logging: Fix issues around default log file path #2659
Improve Per Tenant Logging: Fix issues around default log file path #2659
Conversation
@WadeBarnes @esune The bdd tests are failing in Github actions but are passing locally with the same config [below]. It appears as if the changes to scripts like |
@shaangill025, According to the logs from the test run, the config is being picked up, but there is a permission issue writing to the logs. Search the logs for It looks like the I'm building the image and having a closer look at the permissions. |
I think I see the issue. The |
Might I also recommend cleaning up the whole |
Going to add some comments for discussion. My feeling is that we should NOT be automatically creating a log file. I think the deployment should specify a log file with a known location that the deployment can write. Pretty much what was in there before this. The only thing I would keep is the Pretty sure the previous logging code would throw an exception if the specified |
Has the per-tenant logging implementation introduced "always-on logging"? If so I agree with @usingtechnology. Though we still need to be consistent with what's already been defined for the |
Yes - by default acapy is trying to create a log file. I think we can 2 phase this.
|
Default logging should be to |
@WadeBarnes I have done a cleanup on the
It errors out at |
Yes, that would likely be caused by the fact the |
I won't do the approval, I will wait on @WadeBarnes to weigh in... I did run this through the ways I was having issues previously: locally through the I don't understand what is happening in |
I tried with With |
thanks @shaangill025 - ran the good work! |
Signed-off-by: Shaanjot Gill <[email protected]>
Signed-off-by: Shaanjot Gill <[email protected]>
Signed-off-by: Shaanjot Gill <[email protected]>
Signed-off-by: Shaanjot Gill <[email protected]>
Signed-off-by: Shaanjot Gill <[email protected]>
Signed-off-by: Shaanjot Gill <[email protected]>
Signed-off-by: Shaanjot Gill <[email protected]>
Signed-off-by: Shaanjot Gill <[email protected]>
2a9a532
to
f400501
Compare
|
No description provided.