Questions tagged [logging]
A time-ordered, human-readable archive of activity. For questions about the database transaction log, use the transaction-log tag instead.
103 questions
0 votes
0 answers
36 views
MySQL 5.6 not writing any logs
We are using MySQL version 5.6 in our Windows Server 2012 R2 environment. We have enabled the error, general & slow logging in the config file, but the logs are not being written even in case of ...
2 votes
2 answers
115 views
How to log queries to a selected table in MySql
I want to log queries to just one table. I have found these SET GLOBAL log_output = "FILE"; which is set by default. SET GLOBAL general_log_file = "/path/to/your/logfile.log"; SET ...
2 votes
1 answer
388 views
Log every time users access a certain table in Postgres
Recently we changed our production database log_statement from 'all' to 'mod', because the resulting log file was too large for our available storage. Unfortunately, we still need to log every SELECT ...
6 votes
1 answer
548 views
What does SQL Server's Error Log actually log?
If you have ever played around with the error_reported Extended Event, then it becomes very obvious that the SQL Server Error Log only logs a tiny fraction of the errors that are thrown by code ...
0 votes
0 answers
25 views
LogBACKUPFull, error description :-2147217900 [duplicate]
When I'm going to Configure a new Proximity Sensor Access Card through the Netxs control software in My SQL Server, I get this error error found in 'frmEmployee.cmdSave_Click' routine at line number:...
1 vote
2 answers
2k views
How can I save the job result to a file?
I created a job in SQL Server. This job runs the following statement at regular intervals: Select NationalIDNumber from HumanResources.Employee where BusinessEntityID = '1' I want to save the result ...
0 votes
0 answers
88 views
MaySQL InnoDB cluster log fill on one server
in my mysqld.cnf file, I enabled logging via the following general_log = 1 general_log_file = /var/log/mysql/mysql.log It is a three-node cluster. I can see all the queries in the log ...
0 votes
1 answer
145 views
Logging not working for PostgreSQL 14 on Windows
I have edited the postgresql.conf file and set logging parameters as follows. However, after I restart and look a the logging_collector value, it's set to off and logging is not working: ...