logfile Questions

2

HISTFILE isn't set in my .zshrc file. To which file is zsh history saved by default? Or, is the history just being stored in memory?
Lexis asked 3/2, 2016 at 23:51

36

Solved

I'm writing a log file viewer for a web application and I want to paginate through the lines of the log file. The items in the file are line based with the newest item at the bottom. So I need a ta...
Bk asked 25/9, 2008 at 21:11

4

Docker container can only to daemon mode: I run catalina.sh to start the tomcat. But the problem is my log will not appear in catalina.out. I can look at `docker logs , but this certainly cannot r...
Cronin asked 28/6, 2016 at 6:35

2

The Jenkins that we use for ETL automation stopped its service and then restarted it using command prompt. But I wanted to investigate about the reason that caused it to stop. But in System log fil...
Elsi asked 22/3, 2018 at 2:59

2

I feel like this should be super simple but I cannot figure out how to specify the path for the logfile when using structlog. The documentation states that you can use traditional logging alongside...
Serbocroatian asked 6/4, 2022 at 22:31

2

Solved

I have a LOGGIN database and it is quite big - 400 GB. It has millions of rows. I just ran a delete statement which took 2.5 hours and deleted probably millions of rows. delete FROM [DB].[dbo]...
Intercurrent asked 13/1, 2014 at 19:0

11

Solved

I want to create a logfile for my system to register/log every action they do inside the system. But I have no idea how to do it. For example, I have this php code that does the login function. pub...
Trojan asked 11/11, 2013 at 4:13

7

Solved

I have another question (last question). At the moment i am working on a Node.js project and in this I have many console.log() functions. This has worked okay so far but I also want everything that...
Granivorous asked 19/12, 2016 at 23:21

8

Solved

I want to append hostname and date to log file name.So log file Name should be like app_hostname.date.log. Note: This should run in both linux and windows. <appender name="applog" class="org.ap...
Multicellular asked 23/3, 2016 at 6:10

0

I'm running Nginx in a Docker container, and my error log keeps filling up with NULL characters, so it looks like this: I had Nginx and PHP containers both set to output errors to error.log. When ...
Methenamine asked 11/4, 2021 at 7:59

2

Do you have any idea how can I setup my Remote configuration to display a log file on the server instead of on my local machine? On the edit configuration screen (Logs tab) I have the option to sh...
Letourneau asked 19/5, 2015 at 9:23

7

I have XAMPP installed on my machine. I am trying to run Apache from the XAMPP Control Panel. I start the XAMPP Control Panel by right-clicking the shortcut and selecting "Run as administrator" (I...
Descendible asked 13/1, 2014 at 22:31

3

Solved

I am using windows 7 and python 2.7. I want to limit my log file size to 5MB. My app, when it starts, writes to log file, and then the app terminates. When my app starts again, it will write in sam...
Headword asked 1/7, 2014 at 7:55

4

When nginx start, it creates log file "access.log" with 0 size. But no log are written in it. error.log works fine. nginx.conf: http { access_log /usr/local/webserver/nginx/logs/access.log combi...
Alcaeus asked 4/3, 2012 at 6:40

1

Solved

I would simply view the log file of my "task scheduler". I have "windows 10 pro" I thought it was into the file "C:\Windows\Tasks\SchedLgU.txt" but I haven't that file someone help? thanks...
Unteach asked 1/5, 2020 at 7:5

2

Solved

Is it possible to read log files (abc.log) using java? I want a specific string from my log file. suppose this is the content of my logfile. I want the time stamp only (eg: 05:08:37) and print i...
Musket asked 18/12, 2012 at 14:12

2

Solved

This is how my current script looks like: $cpu = Get-WmiObject win32_processor | select LoadPercentage logwrite $cpu #this fuction writes $cpu into a .txt file The output of the file is: @{Load...
Gallipot asked 15/2, 2018 at 12:56

21

I have just downloaded and installed Visual Studio 2012 Ultimate RC, but I'm having an issue with the intellisense: it does not work until I press Ctrl+Space. Code suggestions are disabled also (me...
Airfield asked 12/6, 2012 at 8:27

3

I am continually running a few server scripts (on different ports) with nodejs using forever. There is a considerable amount of traffic on some of these servers. The console.log commands I have fo...
Staggers asked 10/6, 2013 at 21:5

1

I just opened this bug report on github. Obviously it would be nice to add some detail from the log file. Where does Atom store them? Is this error referring to perhaps a log file generated by the...
Cover asked 21/4, 2017 at 21:40

3

Solved

Im writing a simple bash script where the bash script will sync my live servers with my staging servers. I am using rsync to do this. What I need is a log file for each day the script was executed...
Pantechnicon asked 11/1, 2017 at 10:19

1

Solved

I'm trying to install VS "15" Preview 5, I have launched the new installer and now it's saying that I must uninstall previous version (Preview 4). When I click on remove button the uninstall proces...
Ebeneser asked 5/10, 2016 at 21:27

1

Solved

I have a project with a lot of 'tool' classes that have their own logging. Those logfiles are created at startup of the application, but remain empty, until used. Is it possible to tell logback th...
Renatorenaud asked 20/9, 2013 at 7:10

2

Solved

I am already using a basic logging config where all messages across all modules are stored in a single file. However, I need a more complex solution now: Two files: the first remains the same. Th...
Chainey asked 27/6, 2012 at 17:54

3

Solved

I try to turn on the general log on the mysql I use the xampp as the local server and this is my.ini log_output = FILE general_log = 1 general_log = "mysql_query.log" I can't find the file at al...
Aurum asked 22/11, 2013 at 10:41

© 2022 - 2024 — McMap. All rights reserved.