[Trac] Re: Can not turn on logging

2007-07-06 Thread boskom

I just want to say that I solved the problem. It was not related to
Trac but to Windows Server 2003. Now everything is working and we can
continue tra-ing.


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: Can not turn on logging

2007-07-05 Thread Emmanuel Blot

Try to specify an absolute path to a world-writable directory, such as
log_file = c:\windows\temp\trac.log

Cheers,
Manu

On 7/5/07, boskom [EMAIL PROTECTED] wrote:

 Hi,
 I have problem with turning on logging in trac. I looked in
 http://trac.edgewall.org/wiki/TracLogging and in this discussion group
 but nothing found.
 I use Trac 0.10 under windows (with srvany) as service and I have set
 the following section in trac.ini file

 [logging]
 log_file = trac.log
 log_level = DEBUG
 log_type = file

 Then I restarted trac service, but file /path/to/trac/environment/log/
 trac.log is not appearing.
 Trac is working for some time on our server (we entered about 60
 tickets) but I can not turn on logging which I need for the next step
 email notification to set up.

 Any ideas,
 Thanks in advance.


 



-- 
Manu

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: Can not turn on logging

2007-07-05 Thread Christopher Beck
boskom was heard, on or about 05/07/07 12:24 PM to whisper:
 Then I restarted trac service, but file /path/to/trac/environment/log/
 trac.log is not appearing.

does the trac service have permissions to create the log directory?  if you 
create it manually and
give the service r/w permission does it still fail?
/c
-- 
[Christopher Beck] [Senior Bioinformatician] [MHI/GQ PGx Centre]
[https://www.pharmacogenomics.ca/pgx/] [+1.514.398.4400x00286#]
[Nihil tam munitum quod non expugnari pecunia possit. - Cicero]



signature.asc
Description: OpenPGP digital signature


[Trac] Re: Can not turn on logging

2007-07-05 Thread boskom



On Jul 5, 6:41 pm, Christopher Beck [EMAIL PROTECTED] wrote:
 boskom was heard, on or about 05/07/07 12:24 PM to whisper:

  Then I restarted trac service, but file /path/to/trac/environment/log/
  trac.log is not appearing.

 does the trac service have permissions to create the log directory?
log directory exists, there are some log files like stderr.log and
stdout.log, they were created by tracd when running it from command
line
 if you create it manually and
 give the service r/w permission does it still fail?
there are all permissions granted for Administrator so that should be
alright, and as I sad we have been using trac for about month and no
permission problems occured.





--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---



[Trac] Re: Can not turn on logging

2007-07-05 Thread boskom



On Jul 5, 6:56 pm, Emmanuel Blot [EMAIL PROTECTED] wrote:
 Try to specify an absolute path to a world-writable directory, such as
 log_file = c:\windows\temp\trac.log
I made changes you proposed, restarted service, but nothing happens,
there is no trac.log in c:\windows\temp folder.

I set srvany.exe to invoke start-track.bat in which I put:

start pythonw c:\Python24\Scripts\tracd.py --port 8000 --auth *,f:\trac
\users.htdigest,trac -e f:\trac

Is there perhaps problem with this kind of invoking?
Thanks,


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Trac 
Users group.
To post to this group, send email to trac-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~--~~~~--~~--~--~---