Giter Club home page Giter Club logo

Comments (5)

bowenli86 avatar bowenli86 commented on June 19, 2024

Intesting - if I remove print("Start test job") from code, the logging shows as expected. So apparently console print somehow disrupts file logging of scheduled job.

from flask-apscheduler.

viniciuschiele avatar viniciuschiele commented on June 19, 2024

Hi @bowenli86

Thanks for providing a full example.

I ran your example here and it worked well even with print.

Are you using only one .py file that contains the app initialization and the job method? If so, it causes weird things because the module is loaded twice (one by python and another time by APScheduler).
I would recommend you to use at least two files, one with your job method (jobs.py) and another one with the Flask/APscheduler intialization (app.py)

If that is not your case, it should work well, I don't see how a print could break the logging file.

Are you using Python 3?

from flask-apscheduler.

bowenli86 avatar bowenli86 commented on June 19, 2024

Hi @viniciuschiele

I have three files as shown above.

I'm using Python3. Could that be a problem?

from flask-apscheduler.

viniciuschiele avatar viniciuschiele commented on June 19, 2024

I'm using Python 3.5.2 and it works well, not sure what is the problem.

from flask-apscheduler.

viniciuschiele avatar viniciuschiele commented on June 19, 2024

Feel free to reopen it again if you need it.

from flask-apscheduler.

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.