Log file of linked gems

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Log file of linked gems

GLASS mailing list
Hi guys,

This is likely a very newbie question. Some time ago I realized I was starting my seaside gems NOT as linked gems. Then I changed that. Now I realized I do not have anymore the "gemnetPIDXXX.log" kind of logs.... I guess the "linked" mode could have affected those. 

I am now starting seaside gems like this:

cat << EOF | nohup $GEMSTONE/bin/topaz -l  -e $4 -I $APPLICATION_DIR/.topazini 2>&1 >> $APPLICATION_LOG_DIR/${1}_server-${2}.log &

So...I do get a FastCGI_server-9001.log for example (because of the >> ... ) , but I don't get any gem log for that gem. 

Any ideas?

Thanks in advance, 

--

_______________________________________________
Glass mailing list
[hidden email]
http://lists.gemtalksystems.com/mailman/listinfo/glass
Reply | Threaded
Open this post in threaded view
|

Re: Log file of linked gems

GLASS mailing list
Mariano,

The information that a linked topaz session dumps to stdout (then redirected by >>) is the same information that an RPC gem dumps to the gem log ... so the two logs are pretty much identical ...

Dale

On 6/10/15 10:05 AM, Mariano Martinez Peck via Glass wrote:
Hi guys,

This is likely a very newbie question. Some time ago I realized I was starting my seaside gems NOT as linked gems. Then I changed that. Now I realized I do not have anymore the "gemnetPIDXXX.log" kind of logs.... I guess the "linked" mode could have affected those. 

I am now starting seaside gems like this:

cat << EOF | nohup $GEMSTONE/bin/topaz -l  -e $4 -I $APPLICATION_DIR/.topazini 2>&1 >> $APPLICATION_LOG_DIR/${1}_server-${2}.log &

So...I do get a FastCGI_server-9001.log for example (because of the >> ... ) , but I don't get any gem log for that gem. 

Any ideas?

Thanks in advance, 

--


_______________________________________________
Glass mailing list
[hidden email]
http://lists.gemtalksystems.com/mailman/listinfo/glass


_______________________________________________
Glass mailing list
[hidden email]
http://lists.gemtalksystems.com/mailman/listinfo/glass