logging all incoming requests.

Post here your questions about Actionscript and Java server side extensions development.

Moderators: Lapo, Bax

Post Reply
rughruej2
Posts: 1
Joined: 24 Apr 2020, 12:02

logging all incoming requests.

Post by rughruej2 »

is there any way to log all the names of any incoming requests to the server without handling them specifically?
User avatar
Lapo
Site Admin
Posts: 23438
Joined: 21 Mar 2005, 09:50
Location: Italy

Re: logging all incoming requests.

Post by Lapo »

Hi,
I am not sure what you mean by that.
Also are we talking about SFS2X or SFS 1.x ? Because you posted under the 1.x section.

SFS2X can logs all the details of each request if you configure the logging system to DEBUG level. This can be useful for local debugging but in production it will generate too much log data and consume more resources.

As regards the "without handling them specifically" part... the answer is no. It wouldn't make any sense. (unless there's something else you didn't explain)

Thanks
Lapo
--
gotoAndPlay()
...addicted to flash games
Post Reply