Subject RE: [firebird-support] Logging
Author Alan McDonald
> Hi Alan
>
> >>Is it possible to do detail logging of what FB server is doing?
> >>
> >>Regards
> >>
> >>Sandeep
> >>
> >>
> >
> >IBLogManager is a full blown logger - you can get it from Upscene
> >IBExpert (the full version) also has a log feature
> >Alan
> >
> >
>
> I meant logging what FBServer.exe is doing.
>
> Regards
>
> Sandeep

What would you like to see? There is a server log which shows error messages
when they occur. While there are no errors, the server is doing what it's
told as far as DML is concerned, logging data changes is done by above
methods. And logging metadata changes is also done via 3rd party tools e.g
IBExpert adds a few system tables to log a version history of metadata
changes.
I can only imagine you want to see
client connected
client requests SQL "" etc type changes
For that you need an SQL monitor on the client which can log what it sends
to the server and the responses it receives. You can save these to file if
you wish.
Alan