Re: Logging with 2 process in application

2021-02-22 Thread gayatri funde
On Monday, February 22, 2021 at 4:14:53 PM UTC+5:30, Peter Otten wrote: > On 22/02/2021 06:57, gayatri funde wrote: > > On Monday, February 22, 2021 at 11:15:27 AM UTC+5:30, Chris Angelico wrote: > >> On Mon, Feb 22, 2021 at 4:41 PM gayatri funde wrote: > >>> > >>> On Monday, February 22, 2021

Re: Logging with 2 process in application

2021-02-22 Thread Peter Otten
On 22/02/2021 06:57, gayatri funde wrote: On Monday, February 22, 2021 at 11:15:27 AM UTC+5:30, Chris Angelico wrote: On Mon, Feb 22, 2021 at 4:41 PM gayatri funde wrote: On Monday, February 22, 2021 at 10:47:57 AM UTC+5:30, Dan Stromberg wrote: On Sun, Feb 21, 2021 at 9:10 PM gayatri funde

Re: Logging with 2 process in application

2021-02-21 Thread gayatri funde
On Monday, February 22, 2021 at 11:33:57 AM UTC+5:30, Chris Angelico wrote: > On Mon, Feb 22, 2021 at 5:01 PM gayatri funde wrote: > > I have 2 files mainModule.py and loggingModule.py files as below: > > In loggingModule.py file i am managing new log to create , which i am > > importing to mai

Re: Logging with 2 process in application

2021-02-21 Thread Chris Angelico
On Mon, Feb 22, 2021 at 5:01 PM gayatri funde wrote: > I have 2 files mainModule.py and loggingModule.py files as below: > In loggingModule.py file i am managing new log to create , which i am > importing to mainModule.py file. > > def child_Process(var1): > while True: > time.sleep(1

Re: Logging with 2 process in application

2021-02-21 Thread gayatri funde
On Monday, February 22, 2021 at 11:15:27 AM UTC+5:30, Chris Angelico wrote: > On Mon, Feb 22, 2021 at 4:41 PM gayatri funde wrote: > > > > On Monday, February 22, 2021 at 10:47:57 AM UTC+5:30, Dan Stromberg wrote: > > > On Sun, Feb 21, 2021 at 9:10 PM gayatri funde > > > wrote: > > > > Hello

Re: Logging with 2 process in application

2021-02-21 Thread gayatri funde
On Monday, February 22, 2021 at 10:49:36 AM UTC+5:30, Chris Angelico wrote: > On Mon, Feb 22, 2021 at 4:11 PM gayatri funde wrote: > > > > Hello, > > > > Greetings!! Have a good day! > > > > This is regarding logging issue i am facing in my application. My > > requirement is to create log o

Re: Logging with 2 process in application

2021-02-21 Thread Chris Angelico
On Mon, Feb 22, 2021 at 4:41 PM gayatri funde wrote: > > On Monday, February 22, 2021 at 10:47:57 AM UTC+5:30, Dan Stromberg wrote: > > On Sun, Feb 21, 2021 at 9:10 PM gayatri funde > > wrote: > > > Hello, > > > > > > Greetings!! Have a good day! > > > > > > This is regarding logging issue i am f

Re: Logging with 2 process in application

2021-02-21 Thread gayatri funde
On Monday, February 22, 2021 at 10:47:57 AM UTC+5:30, Dan Stromberg wrote: > On Sun, Feb 21, 2021 at 9:10 PM gayatri funde > wrote: > > Hello, > > > > Greetings!! Have a good day! > > > > This is regarding logging issue i am facing in my application. My > > requirement is to create log on da

Re: Logging with 2 process in application

2021-02-21 Thread Chris Angelico
On Mon, Feb 22, 2021 at 4:11 PM gayatri funde wrote: > > Hello, > > Greetings!! Have a good day! > > This is regarding logging issue i am facing in my application. My requirement > is to create log on daily basis while my application is running, So to do > this i am creating new log file at midn

Re: Logging with 2 process in application

2021-02-21 Thread Dan Stromberg
On Sun, Feb 21, 2021 at 9:10 PM gayatri funde wrote: > Hello, > > Greetings!! Have a good day! > > This is regarding logging issue i am facing in my application. My > requirement is to create log on daily basis while my application is > running, So to do this i am creating new log file at midnigh

Logging with 2 process in application

2021-02-21 Thread gayatri funde
Hello, Greetings!! Have a good day! This is regarding logging issue i am facing in my application. My requirement is to create log on daily basis while my application is running, So to do this i am creating new log file at midnight by comparing the day it starts and enter to new day with the w