Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
log-file
- Page 1
Re: What’s Best Way to Clear File Contents Without Deleting the File in Linux
Hardware and Software
Linux and Unix
1 Month Ago
by Reverend Jim
I'm confused. Since the
log
file
is recreated automatically what is the problem with just deleting it? But if you want to shorten it you could always open it as write (but not append) and write a null string to it.
What’s Best Way to Clear File Contents Without Deleting the File in Linux
Hardware and Software
Linux and Unix
1 Month Ago
by adildixi
I recently needed to clear out
log
files without removing the files themselves (since some apps recreate … DedicatedCore that explains different ways to shorten or empty a
file
in Linux without deleting it altogether. If anyone else is…
Re: What’s Best Way to Clear File Contents Without Deleting the File in Linux
Hardware and Software
Linux and Unix
1 Month Ago
by Salem
I guess most people just use https://linuxconfig.org/logrotate Set it and forget it. There's no need to resort to random per
file
hackery (or quackery).
log file
Programming
Software Development
19 Years Ago
by s0312001
Hi guys, can anybody tell me how to add a
log
file
??? when the user finishes using the application I need, the info that is recorded in the textbox to be saved in a
log
file
, on the desktop. :rolleyes:
Re: log file
Programming
Software Development
19 Years Ago
by s0312001
Perfect...it workes fine..Thanks man..YOU RULE Is there a way to save the date and time in the
log
file
next to the person's data????
log file
Hardware and Software
Linux and Unix
18 Years Ago
by jigoro
can anyone tell me how to show the boot
log
file
or whatever it is called. coz there are errors happening when i boot on my openSUSE 10.2 and i want to reaad the
log
. thanks
Log File
Programming
Software Development
11 Years Ago
by bullet_1
I am using the following code to create a
log
file
but getting an error "User-defined type not defined&… Dim MyTime As String ''''''Define the path to save the
file
to 'sDir = "\\ReportDB\CIC\" sDir = "C:\sample…
Log File..
Hardware and Software
Information Security
20 Years Ago
by BadSquishy
I have a
log
file
i would like to have looked at...am i supposed to attach...or what? Thanks
Re: log file archivaly utility
Programming
Software Development
8 Years Ago
by rubberman
…we do it in enterprise systems. After the
log
file
is rotated, you can copy it to backup …automatic rotation, compression, removal, and mailing of
log
files. Each
log
file
may be handled daily, weekly, monthly, or … listed is important. Normally, a single config
file
which includes any other config files which are…
Re: log file archivaly utility
Programming
Software Development
8 Years Ago
by can-mohan
…
log
file
name Open a new
log
file
(same name as previous
file
before it was renamed)" i can't open new
log
file
as this
file
… is created by the other process and same
file
needs to be used …for logging. if you truncate or rename the
log
file
, loging activity …
Re: Log File not found Error
Programming
Software Development
14 Years Ago
by shweta102030
…have set a reference (link) to a certain
log
file
. On your development pc it was able to find…set to it. On your new system the
log
file
either does not exist or is in the … does not exist in that path. Copy the
log
file
to the correct folder. I do not know … can not find the
log
file
, I think you need to first copy the
log
file
to the correct path…
log file archivaly utility
Programming
Software Development
8 Years Ago
by can-mohan
…based on below policy. (1) whenever
log
file
(system.
log
) size >30859 or
file
is 3 day old then it should archive…name system.log1 and again start the feeding the
log
in system.
log
file
from start after truncating its content. I am… going to write all the debug statements in
log
file
through c++ code in linux environment. Any immediate help…
Re: Log File not found Error
Programming
Software Development
14 Years Ago
by AndreRet
…have set a reference (link) to a certain
log
file
. On your development pc it was able to find…set to it. On your new system the
log
file
either does not exist or is in the … does not exist in that path. Copy the
log
file
to the correct folder. I do not know … can not find the
log
file
, I think you need to first copy the
log
file
to the correct path…
Re: log file archivaly utility
Programming
Software Development
8 Years Ago
by JamesCherrill
You could simply: Close the
log
file
Re-name it to a unique archive
log
file
name Open a new
log
file
(same name as previous
file
before it was renamed)
log file segmentation
Programming
Software Development
15 Years Ago
by zyrus001
… to read [URL="http://www.zyrus.org/log2.
log
"]this
log
file
[/URL] to try and learn it. Ideally, it… will read this
log
file
, match a string and return everything between the "****"… about this the wrong way. Should I be segmenting the
log
file
fist (between delimiters), eg, 1 segment per list element…
Log file analysis based on time range
Programming
Software Development
15 Years Ago
by UniBoy
… beginner in shell programming in Unix. My current problem is
log
file
analysis based on a given time range for listed dates…*3600 ) and then compare by starting from the end of
log
file
to reach the desired result. Any help on this as… of logfile till this date. The format example of the
log
file
for each line is as follows: 172.16.0.3…
Log file scan continously... PROBLEM
Programming
Software Development
17 Years Ago
by romez
I have a
log
file
(eg logfile.txt) which is continously updated …program which continuosly reads the updated value in the
log
file
and change the color of the button to green… (on) and blue (off). The
log
file
is updated every 1 second so new values for …as to how can i read and scan the
file
for the updated values only, every SECOND so…
Log file won't write
Programming
Software Development
12 Years Ago
by chophouse
… datetime import os # check to see if a
log
file
exists, make one if it doesn't if os…\\Sub3\\Sub4\\Sub Five\\logfile.txt"):
log
= open('logfile.txt', 'r') else:
log
= open('logfile.txt', 'w+') The…does its tasks, but this
log
never gets done, whether creating a new
file
because none exists or opening …
Log File reading
Programming
Software Development
16 Years Ago
by gbpatil16
… C# and ASP.NET 2.0? 1. How to read
log
file
which is located in directory(C:\WINDOWS\system32\Logfiles\W3SVC1…. How to store the content of that
log
file
in database using SQL Server 2000?
Log
file
contain following information. I want to store…
Log File reading
Programming
Web Development
16 Years Ago
by gbpatil16
… C# and ASP.NET 2.0? 1. How to read
log
file
which is located in directory(C:\WINDOWS\system32\Logfiles\W3SVC1…. How to store the content of that
log
file
in database using SQL Server 2000?
Log
file
contain following information. I want to store…
Re: Log File not found Error
Programming
Software Development
14 Years Ago
by AndreRet
… clean install. This means that you need to create the
log
file
in the correct path again. The same will count for… user pc. You will need to create the folder and
log
file
when installing the app onto the user system, otherwise it… will not read the info from the
log
file
if it does not exist. Also ensure that you have…
Re: Log File Creation
Programming
Web Development
13 Years Ago
by cfwebdeveloper
You should let it do that because what if the same error happens on another page? If you dont want that just use ReFind() or ReFindNoCase() functions. Coldfusion already stores an error
log
but if you are on shared hosting you probably cannot access that
log
file
.
Log File reading
Programming
Software Development
13 Years Ago
by rminator
…namely retrieving data from a text
file
containing the
log
file
, and then convert each value… { MessageBox.Show(StArr[count]); } } } [/CODE] Example of said
file
IBBPARA d RA d ƒ}ÅÄ ô ¼ 2 2 n ä|Ôþ & P…
Log File reading
Programming
Software Development
13 Years Ago
by rminator
… one quoted above, namely retrieving data from a text
file
containing the
log
file
, and then come out the graphic representation. And so… I have need your aide.Thx advance. Example of said
file
IBBPARA d RA d ƒ}ÅÄ ô ¼ 2 2 n ä |Ôþ & P ‚}ÅÄ ô ¼ 2…
Re: Log File reading
Programming
Software Development
13 Years Ago
by samueal
… one quoted above, namely retrieving data from a text
file
containing the
log
file
, and then come out the graphic representation. And so… I have need your aide.Thx advance. Example of said
file
IBBPARA d RA d ƒ}ÅÄ ô ¼ 2 2 n ä |Ôþ & P ‚}ÅÄ ô ¼ 2…
Re: Log File reading
Programming
Software Development
13 Years Ago
by abelLazm
Check [URL="http://www.codeproject.com/KB/applications/ablogfile.aspx"]this link[/URL] and [URL="http://www.codeproject.com/KB/cs/logviewer.aspx"]this link[/URL]... both of this links contain source code for the
log
file
reader try these might be helpful
Log File Creation
Programming
Web Development
13 Years Ago
by aksahoo17
… i m using CF-8. I Want to create a
Log
file
for error and i have done that, but the problem… is that the text
file
"error.txt" content all the data retrieve by… if have the same error details in the same error
file
. If i use CFFILE type="read" for checking…
Log File not found Error
Programming
Software Development
14 Years Ago
by shweta102030
… but in 1 program i got error of "No
log
File
Found" n i lost all my componenets from tool…
log file problem
Programming
Software Development
14 Years Ago
by burntout
I would like to know how i can replace an outputline with a write to a
log
file
? Ive tried searching but no luck.
Re: log file problem
Programming
Software Development
14 Years Ago
by peter_budo
… i can replace an outputline with a write to a
log
file
? Ive tried searching but no luck.[/QUOTE] I consider that…
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC