-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
support control of log level for all components #434
base: master
Are you sure you want to change the base?
Conversation
c7cc8a3
to
5bc5bd8
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left some comments, thanks for contributing this!
access_log /dev/stdout; | ||
{{ else }} | ||
access_log off; | ||
{{ end }} | ||
error_log /dev/stderr; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do we also want to disable error logging perhaps?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe add custom log levels for the web containers as well? Info would include access logs, warn or error would include error logs, and none/false would deactivate both.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have added support for more levels
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what do you think? Is that useful?
@saghul can you please review again? I want to get this into master 😋 |
This also needs rebase. |
Hi, Can you explain what done this command Thanks. |
@PhilippeAccorsi That's a little helper templating tool we use. |
2164d75
to
abaa85a
Compare
I have finally rebased my changes on latest master and added the README changes to the handbook: jitsi/handbook#105 |
5a347b6
to
acc73f1
Compare
acc73f1
to
942bd17
Compare
Rebased again |
Hey @saghul, do you see any chance to get this merged if I rebase this again? |
@saghul What's the status on this? |
Sorry, this fell through the cracks :-/ It needs a rebase though. |
Workaround:
|
This change adds support for finer log control in all components. See also #243, #241
See also handbook changes: jitsi/handbook#105