keep Log entries
-
Hi,
my Problem is i want to keep the complete Imaging Log entries even if i delete a host from FOG.
Now when i delete a host, the log entry still exists but the name field is empty.
Is it possible to keep this info even after the host is deleted?Greetings
Marc
-
Have you looked at the “history” table in the database? You might find what you’re looking for in there.
You could do it CLI, or you could enable remote access to MySQL and use something like HeidiSQL to connect to it and view it graphically… or use phpMyAdmin too, but that’s a little tougher to set up - but it’s very feature rich and powerful.
-
tanks, that helped me a lot