Jump to content

Log in stdout


claudio.piffer

Recommended Posts

  • 3 weeks later...
On 11/6/2023 at 8:18 PM, claudio.piffer said:

Hi,

I need to deploy uniGUI app in k8s and the request is that log generated of the app written only to standard output and not to files. Is it possible to configure the log in such a way that it no longer writes any files but directs the log only to stdout?

App is compiled for Linux!

Thank you very much

Hi. You may use simple Writeln or QuickLog with console provider:

https://github.com/exilon/QuickLogger

it's simple. try it)

Link to comment
Share on other sites

Hi Skyp

thank you very much for your answer. I forgot to indicate that module is a (linux) apache module and I have already tried with quicklogger but when I active the logger the server is no longer responding.

In httpd.conf I tried to "tile" the log file but after some time the console block the server, probably because the rotation is active

I have to investigate

Best regards

 

 

 

Link to comment
Share on other sites

On 11/23/2023 at 11:33 AM, claudio.piffer said:

Hi Skyp

thank you very much for your answer. I forgot to indicate that module is a (linux) apache module and I have already tried with quicklogger but when I active the logger the server is no longer responding.

In httpd.conf I tried to "tile" the log file but after some time the console block the server, probably because the rotation is active

I have to investigate

Best regards

 

 

 

I use it on Linux - in HyperServer StandAlone and it works. I can't say what will happen with ISAPI

  • Like 1
Link to comment
Share on other sites

22 hours ago, claudio.piffer said:

Great! Thank you.

In fact I could replace the Apache project with a standalone project and add HyperServer. Are you using quicklogger in your solution?

Yes, it work with files and Opensearch(elasticSearch).

  • Like 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...