Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6766673
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T14:51:34+00:00 2026-05-26T14:51:34+00:00

I am planning to add logging mechanism in my python&geodjango web service. Is there

  • 0

I am planning to add logging mechanism in my python&geodjango web service.
Is there log4j look a like logging mechanism in python/geodjango?

I am looking for log4j’s dailyrollingfileappender equivalent. Then automatically delete all 1month old log files.

Any guidance is appreciated.

UPDATES1
I am thinking of the below format.

datetime(ms)|log level|current thread name|client ip address|logged username|source file|source file line number|log message
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T14:51:35+00:00Added an answer on May 26, 2026 at 2:51 pm

    Yes – Python 2.5 includes the ‘logging’ module. One of the handlers it supports is handlers.TimedRotatingFileHandler, this is what you’re looking for. ‘logging’ is very easy to use:

    example:

    import logging
    import logging.config
    
    logging.fileConfig('mylog.conf')
    logger = logging.getLogger('root')
    

    The following is your config file for logging

    #======================
    
    # mylog.conf
    [loggers]
    keys=root
    
    [handlers]
    keys=default
    
    [formatters]
    keys=default
    
    [logger_root]
    level=INFO
    handlers=default
    qualname=(root) # note - this is used in non-root loggers
    propagate=1 # note - this is used in non-root loggers
    channel=
    parent=
    
    [handler_default]
    class=handlers.TimedRotatingFileHandler
    level=INFO
    formatter=default
    args=('try.log', 'd', 1)
    
    [formatter_default]
    format=%(asctime)s %(pathname)s(%(lineno)d): %(levelname)s %(message)s
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is there anyone experienced on Google Maps? I am planning to add a world
I'm planning to add openid support for a web application I'm building. I can't
Something like Click here to get started or whatnot. I am planning to add
I am planning to audit/log few events on my Web site (like adding/updating/deleting few
I'm planning using a java based file uploader (There's an add-on to upload directories.)
I would like to load an external file using javascript. I'm planning to add
I'm planning to add XML support to application, but I'm not familiar with XML
I was planning to use url routing for a Web Forms application. But, after
I'm working on php, mysql on a project I'm planning to add a multilanguage
I'm planning to develop my own simple and elegant web application framework in C#

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.