Question

When we set "ifsappproxy.accessLogEnabled" to true, where can we view the log?

  • 11 March 2024
  • 1 reply
  • 11 views

Userlevel 1
Badge +6
  • Sidekick (Employee)
  • 32 replies

Hi everyone,

 

In an IFS Cloud installation, the parameter "ifsappproxy.accessLogEnabled" can be set to true or false in the file "ifscloud-values.yaml". When set to true, where can we access the log? Thanks!

The documentation provided by IFS is not very detailed regarding this matter.

Index - Technical Documentation For IFS Cloud

ifsappproxy:   accessLogEnabled: true

 

Best regards,

Feng


1 reply

Userlevel 5
Badge +10

Read about it here:
https://docs.ifs.com/techdocs/23r2/070_remote_deploy/010_installing_fresh_system/030_preparing_server/54_log_monitoring/

There are no preconfigured dashboards that i know of… it might come one day! :)

The last 25Mb of the log is also available in the ifsapp-proxy stdout/log.
> kubectl logs svc/ifsapp-proxy

The ingress controlle will always have the full log (you probably don’t need the "ifsappproxy.accessLogEnabled" as you can view the 
> kubectl -n ifs-ingress logs svc/ingress-ingress-nginx-controller

Or view the more persisted ingress controller logs through Kibana GUI.

Reply