1Y0-400 · Question #203
Which file should a Citrix Administrator edit to configure log settings on the StoreFront server?
The correct answer is A. web.config. See the full explanation below for the reasoning.
Question
Which file should a Citrix Administrator edit to configure log settings on the StoreFront server?
Options
- Aweb.config
- Bglobal.aspx
- Clogout.aspx
- Ddefault.html
How the community answered
(13 responses)- A69% (9)
- B15% (2)
- C8% (1)
- D8% (1)
Community Discussion
3The answer is A, web.config. That is the XML configuration file that controls application settings for StoreFront, including logging, and it is the standard place a Citrix admin goes to tune log levels and diagnostic output. Spin up a StoreFront instance in a lab and open that file in any text editor and you will see the logging configuration right there in the appSettings and diagnostics sections.
web.config is your answer here, since StoreFront is built on ASP.NET and that file controls application-level settings including logging configuration. Quick question though, are you also studying where exactly in the web.config the logging level gets set, or just memorizing which file it is?
Saw this exact question, picked web.config without hesitation, Citrix docs confirm it plain as day.