Re: Recording session on demand

2018-01-16 Thread Aaron Newsome
That's a great idea Nick! --Aaron On Tue, Jan 16, 2018 at 6:03 AM, Nick Couchman wrote: > > > On Tue, Jan 16, 2018 at 4:15 AM, Aaron Newsome > wrote: > >> Hello Marko. I've been thinking about this use case too. If you look at >> my previous posts, I've been spending a lot of time with session

Re: Recording session on demand

2018-01-16 Thread Nick Couchman
On Tue, Jan 16, 2018 at 4:15 AM, Aaron Newsome wrote: > Hello Marko. I've been thinking about this use case too. If you look at my > previous posts, I've been spending a lot of time with session recordings. > My current method of managing on-demand recording is to use sql scripts to > modify the

Re: Recording session on demand

2018-01-16 Thread Marko Nikolić
nd easily chose whether or not it's recorded would be one > more additional time saver. > > --Aaron > > > On Tue, Jan 16, 2018 at 1:01 AM, Marko Nikolić > wrote: > >> Hello, >> >> Are there some method for recording session on-demand? I am aware of the

Re: Recording session on demand

2018-01-16 Thread Aaron Newsome
nd easily chose whether or not it's recorded would be one more additional time saver. --Aaron On Tue, Jan 16, 2018 at 1:01 AM, Marko Nikolić wrote: > Hello, > > Are there some method for recording session on-demand? I am aware of the > recording-path parameter, but this record

Recording session on demand

2018-01-16 Thread Marko Nikolić
Hello, Are there some method for recording session on-demand? I am aware of the recording-path parameter, but this records the whole session, what is not suitable for my use case. I cannot find any API related to this, except SessionRecording class, which is not producing output file, AFAK. My