The web application writes to ScadaWeb.log
When a log file exceeds more than a fixed size (as I remember 10MB), it starts from the beginning.
Log size is a constant in the source code, there is no parameter to change.
Location is related to an application directory.
…and then it writes it (backs it up to) ..\ScadaWeb.log.bak?
..then it creates a new ScadaWeb.log file.
That is what I am seeing so far.
Wiping it out (deleting it) at some fixed size and starting new (without any preservation of the original contents) would not provide any “continuity” of historical entries.
I’m just trying to track who is logging in and out over time to the SCADA web app.
Could it be only 1 MB?
…and then it writes it (backs it up to) ..\ScadaWeb.log.bak?
..then it creates a new ScadaWeb.log file.
That is what I am seeing so far.
Yes, 1MB for the web app.
When *.log exceeds max size, it is renamed to *.bak and new *.log created.
I’m just trying to track who is logging in and out over time to the SCADA web app.
It’s possible to develop a plugin that stores all logins/logouts into a database, Rapid SCADA events or other text files.