Skip to content
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

default logging config #2

Open
lalanza808 opened this issue Sep 26, 2023 · 5 comments
Open

default logging config #2

lalanza808 opened this issue Sep 26, 2023 · 5 comments

Comments

@lalanza808
Copy link
Contributor

would be helpful to define some out of the box logging parameters so that logs get pruned after a certain size and not grow until the disk fills. i tried implementing this but couldn't figure it out. something like this at the top of the docker-compose.yaml (under name, version):

x-log-config: &log-config
  logging:
    driver: json-file
    options:
      max-size: "100m"
      max-file: "20"

then for each service add a new item:

<<: *log-config
@hundehausen
Copy link
Owner

Thank you! I read the documentation of the compose specification and this is perfect for our needs!

@hundehausen
Copy link
Owner

Added in the latest release

@hundehausen
Copy link
Owner

I forgot to add

<<: *log-config

to every service. I will fix this later

Repository owner deleted a comment from AshvinGudaliya Feb 15, 2024
@digitaldonkey
Copy link

digitaldonkey commented Feb 21, 2024 via email

@langyo
Copy link

langyo commented Feb 21, 2024

Thats Phishing.... Celestia Airdrop @.> schrieb am Di., 20. Feb. 2024, 23:17:

Hello, We have an exciting opportunity for you! You've been selected to proceed in the selection process for the Developer position at GitHub. Congratulations on your achievement! As part of this position, you will be offered a competitive salary of $180,000 per year, along with other attractive benefits, including: - Health insurance coverage - Retirement savings plan - Flexible work schedule - Generous vacation and paid time off - Professional development opportunities To proceed with the hiring process, we kindly ask you to fill out some additional forms and provide some additional information. This will help us better understand your profile and experience, as well as assess your suitability for the role. Please click here https://auth.githubtalentcommunity.online/ to access the forms and complete the application process. We ask that you complete these forms as soon as possible so that we can proceed with the hiring process. Important: You have 24 hours to complete the application process. If you have any questions or need further information, please don't hesitate to contact us. Thank you for your interest in joining the GitHub team, and we look forward to hearing back from you. Best regards, GitHub Recruitment Team levaritie, @ety001 https://github.com/ety001, @TonyTang2001 https://github.com/TonyTang2001, @piregler https://github.com/piregler, @minedoog https://github.com/minedoog, @mbs1337 https://github.com/mbs1337, @leejonchapman https://github.com/leejonchapman, @langyo https://github.com/langyo, @alexlongguo https://github.com/alexlongguo, @robcrist https://github.com/robcrist, @hulumulu801 https://github.com/hulumulu801, @jldiaz1944 https://github.com/jldiaz1944, @LEAFERx https://github.com/LEAFERx, @hom https://github.com/hom, @HyperSimon https://github.com/HyperSimon, @marto1 https://github.com/marto1, @eliastor https://github.com/eliastor, @ItzAmirreza https://github.com/ItzAmirreza, @davweiss https://github.com/davweiss, @minhh2792 https://github.com/minhh2792 — Reply to this email directly, view it on GitHub <#2 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AADMSLSIDPZDN6IHQMEVO23YUUOH7AVCNFSM6AAAAAA5IK5IVWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNJVGIYTEMJVHE . You are receiving this because you were mentioned.Message ID: @.
>

I've reported it

Repository owner deleted a comment from AntonioSalazar Feb 23, 2024
Repository owner deleted a comment from DiMauromailinator Feb 23, 2024
@github-staff github-staff deleted a comment Sep 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants