GithubHelp home page GithubHelp logo

Comments (7)

Aur0r avatar Aur0r commented on May 25, 2024

For detecting such connection losses (if there are some - I am still wondering if that was the problem) you could maybe log that the connection has been lost, so that one as an admin could see that this happened. Another thing would be that an existing connection is provided to tinylog, that can then be managed by the application instead of tinylog having to do this.

from tinylog.

pmwmedia avatar pmwmedia commented on May 25, 2024

I agree that it makes sense to reestablish broken JDBC connections. We can add this feature to tinylog 1.2 or 2.0. I propose to have a configurable interval between the tries to reestablish the connection.

from tinylog.

Aur0r avatar Aur0r commented on May 25, 2024

Configurable interval would be perfectly fine :) Thank you!

from tinylog.

Aur0r avatar Aur0r commented on May 25, 2024

I am wondering if JDBC's ?autoreconnect=true command at the end of the url also solves it for now. There are some error when activating the logger then (at least in my installation) but it logs anyway afterwards, so I will just give it a try for now.

from tinylog.

pmwmedia avatar pmwmedia commented on May 25, 2024

I have committed it: 7279a07. Auto reconnecting has to be enabled by setting "tinylog.writer.reconnect = X". X is the minimum time span between two tries to reestablish a database connection. For example: "30" means that tinylog will wait at least 30 seconds between two tries to reconnect. Negative numbers disable auto reconnecting at all (default). "0" means that tinylog will try to reconnect for every log entry, if the connection is broken. Can you test and verify if it is working with your environment?

from tinylog.

Aur0r avatar Aur0r commented on May 25, 2024

Thank you! I will try it out next week.

from tinylog.

github-actions avatar github-actions commented on May 25, 2024

This closed issue has been locked automatically. However, please feel free to file a new issue.

from tinylog.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.