๐ Overview
GGP maintains application activity logs that track program behaviour and events.
These logs are primarily used for diagnostics and are not required for day-to-day operations, but they may be requested by GGP Support during troubleshooting.
๐งญ Navigation
From User Control Maintenance:
Click the User menu.
Select either:
View Appdata Log File โ For logs tied to a specific Windows user.
View AllUsersProfile Log File โ For system-wide logs.
For users without User Control access:
Use the Delete Log Files function from the Tools menu in GGP.
๐ Log File Locations
Application Data Logs (Per User)
Stored in the Windows AppData folder based on the login ID.
File format:
ProgramName_YYMMDD.logLocation differs by OS:
Windows XP:
C:\Documents and Settings\<UserName>\Application Data\GGPWIN\Windows Vista / 7 / 8 / 10 / 11:
C:\Users\<UserName>\AppData\Roaming\GGPWIN\
All Users Logs
Generated by batch processes, scheduled tasks, or Windows services.
Stored in the All Users profile location.
Not automatically managedโperiodic housekeeping is recommended.
โ Thin Client Log Redirection
If running GGP on a Thin Client (RDP/Citrix), you can redirect logs via LOCK.INI:
[Thin Client]
LogfilePath=VALIDPATH\LogFilesLocation\For NGz logs, update NLPG.INI:
[DEBUG]
Path=VALIDPATH\LogFilesLocation\
DebugToFile=True๐ Log File Naming Rules
The log filename format changes depending on the environment:
Local (NonโThin Client):
%appdata%\ggpwin\app.date.logapp= program name,date= current date.Thin Client (No Redirection):
%appdata%\ggpwin\app.localmachinename.date.logThin Client (With Redirection):
redirected_path\app.hostname.localmachinename.date.log
๐งน Housekeeping โ Removing Old Logs
To prevent excessive file accumulation:
Select Delete Log Files > 1 week.
This removes:
Files older than 7 days.
Files of zero size.
Both AppData and All Users log locations are cleaned.
๐ Summary
Log files are crucial for diagnostic support.
Use View options for inspection, and Delete options for housekeeping.
Thin Client environments require special redirection settings in LOCK.INI and NLPG.INI.
Comments
0 comments
Article is closed for comments.