Questions tagged [activitylog]

56 questions
1
vote
1 answer

How to find activity log file in android smartphone without aLogcat app?

Currently I have a Xiamoi Mi A1 Andorid version 7.1.2. I want find my mobile activity log file like: 2018-10-10 10:02:08 unlock screen 2018-10-10 10:02:20 launch whatsapp I want to find the past logs (i.e. a week ago)
1
vote
0 answers

Microsoft Visual Studio 2017 Not Opening. [Error:800703f1]

Today i triend to remove software in name DriverAgentPlus and for that I should download another software that called CleanMyPc. After i finish to use in this software i restarted my Computer with Visual Studio Open.. (I believe that there…
Osher
  • 445
  • 5
  • 12
1
vote
1 answer

Spatie Laravel-activitylog causedBy, performedOn with Logging model

I am using this package for activity logging in laravel I am able to do logging from controller but, I want to do it using Model. I read this useful information from the official documentation but, it doesnt store subject id, type and causer id,…
VijayRana
  • 953
  • 1
  • 13
  • 38
1
vote
1 answer

Can't find ActivityLog.xml anywhere after using SVsActivityLog in my extension

I'm creating a Visual Studio Extension, and would like to see some log output from it for debugging/diagnosing. I have the following code in a MEF IWpfTextViewCreationListener: ActivityLog = ServiceProvider.GetService(typeof(SVsActivityLog)) as…
voxoid
  • 1,164
  • 1
  • 14
  • 31
1
vote
1 answer

What's the best way to manage (Created/Updated/Deleted)-by for a Model

I'm using Laravel 5.1, what's the best way to manage activity-log of a given table on : Create_by, Updated_by, Deleted_by (like created_at, updated_at and deleted_at) ?
BKF
  • 1,298
  • 4
  • 16
  • 35
0
votes
1 answer

How to retrieve vmid of a deleted azure VM

Is there an api or powershell command available to retrieve vmid of a deleted vm in azure. I have a requirement to retrieve this value to update our internal cmdb system. So far tried with change analysis rest apis with no luck, since the ARM…
Ajith
  • 1
  • 1
0
votes
1 answer

How to lookup who created/edited a secret in Azure Portal's Keyvault?

I am trying to lookup who created or changed a secret inside our keyvault on Azure Portal but I'm only able to lookup the date it was created/changed. I found out that there is a way to do it with Activity Logs. The problem is that they enable…
0
votes
1 answer

How can we add a add extra column in activity log table ( spatie-activitylog )

I need another field in the activity log table document_Id. Is this possible? ActivityLog Model File code class ActivityLog extends Model { public $table = 'activity_log'; const CREATED_AT = 'created_at'; const UPDATED_AT =…
0
votes
0 answers

automatic Facebook activity log clean up with jQuery

I'm trying to use this jQuery to remove some content from facebook but I have a problem. When I enter the code line by line it works, but when I create a loop it doesn't work. First I check all the checkboxes and then click on remove, a pop up…
Armin
  • 1
0
votes
1 answer

How to find when my vm was resized in GCP?

I created a VM in GCP with a 2 core 8GB Ram config, later i noticed it was changed to 4 core and 16 GB Ram. I need to find out who did this and when from my team. I tried going through the activity dashboard but its quiet difficult to understand…
0
votes
1 answer

Mass Update spatie/ActivityLog Laravel Better Solution?

My question is about spatie/ActivityLog. There had a better way than below to log mass updates with spatie/ActivityLog? Maybe without use foreach? My solution: $newStatus = 1; $resultList = Model::where('Status',…
EvilDeadTX
  • 29
  • 1
  • 7
0
votes
1 answer

Activity log for specific azure resource

I am trying to query the activity logs of a specific azure resource. However, I am not sure how to do it. I only found base code on the internet that can only filter up to resource group level. from azure.mgmt.monitor import…
eojilaJA
  • 71
  • 5
0
votes
1 answer

How to retrieve the most recent modified (activity)time and the ResourceName(Id) of an AzResource that has been active for the last 90 days PowerShell

In order to cutoff the cost. I need to deprecate or move those resources that have not been in use for the last 90 days. How to automate this task in PowerShell? With the help of Get-AzureRmLog I got all the resource logs and the timestamps. Now I…
0
votes
1 answer

Using Azure Data Factory to read from Log Analytics Tables

What connector in Azure Data Factory can we use to connect to Log Analytics Workspace? My requirement is to read the "AzureActivity" table & write to a storage account as a parquet file. The reason why I want to use ADF to read from Log Analytics…
0
votes
1 answer

Azure Error "The template deployment failed because of policy violation. Please see details for more information."

Error while running Account baseline pipeline in DevOps. When executing powershell script that automatically sets the ActivityLog, an error occurs only on some subscriptions. Please help me how to solve the error below. Error Message : Inner…
박진경
  • 1
  • 1
  • 1